Google » History » Revision 5
Revision 4 (Per Amundsen, 12/26/2018 08:10 PM) → Revision 5/10 (Per Amundsen, 12/26/2018 08:10 PM)
_Added in 1.5_ */google [-nNptd] [window] <text>* Searches google for text and prints the output to current window or [window]. *Switches* -p (or using [[/pgoogle]]) - Send the result to the channel instead of printing. -t - Specifies a 'window' is defined. -nN - Show N results. -d - Search using "DuckDuckGo":https://ddg.co instead of Google. *Parameters* [window] - Window to show the result. <text> - Text to search. *Example* <pre> ; Search ;Search for 'Star Wars' and print 5 results. /google -n5 Star wars ; Search ;Search for 'Natalie Portman' and send the result to #channel. /google -p #channel Natalie Portman </pre>