DuckDuckGo, Yahoo

Don't know why or who would actually use these, but diversity is important
This commit is contained in:
Vistril 2019-05-22 20:47:30 -06:00 committed by GitHub
parent f4f870a2d1
commit c0b07c5773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,6 +76,14 @@ console.log("start");
case "a":
pup(msg, `https://www.amazon.com/s?k=${encodeURIComponent(query)}`);
break;
case "duckduckgo":
case "ddg":
pup(msg, `https://duckduckgo.com/?q=${encodeURIComponent(query)}`);
break;
case "yahoo":
case "y":
pup(msg, `https://search.yahoo.com/search?p=${encodeURIComponent(query)}`);
break;
/*
case "":
case "":