Project

General

Profile

Google » History » Version 3

Per Amundsen, 11/11/2018 04:49 PM

1 1 Per Amundsen
_Added in 1.5_
2
3 3 Per Amundsen
*/google [-nNptd] [window] <text>*
4 1 Per Amundsen
5
Searches google for text and prints the output to current window or [window].
6
7
*Switches*
8
9
-p (or using /pgoogle) - Send the result to the channel instead of printing.
10
-t - Specifies a 'window' is defined.
11
-nN - Show N results.
12 3 Per Amundsen
-d - Search using "DuckDuckGo":https://ddg.co instead of Google.
13 1 Per Amundsen
14
*Parameters*
15
16
[window] - Window to show the result.
17
<text> - Text to search.
18
19
*Example*
20
21
<pre>
22
;Search for 'Star Wars' and print 5 results.
23
/google -n5 Star wars
24
25
;Search for 'Natalie Portman' and send the result to #channel.
26
/google -p #channel Natalie Portman
27
</pre>