DuckDuckGo, Yahoo #3

Merged
Vistril merged 1 commits from patch-1 into master 2019-07-14 01:18:01 -05:00
1 changed files with 8 additions and 0 deletions

View File

@ -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 "":