Google » History » Version 2
Per Amundsen, 02/11/2014 03:57 PM
1 | 1 | Per Amundsen | _Added in 1.5_ |
---|---|---|---|
2 | |||
3 | 2 | Per Amundsen | */google [-nNpt] [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 | |||
13 | *Parameters* |
||
14 | |||
15 | [window] - Window to show the result. |
||
16 | <text> - Text to search. |
||
17 | |||
18 | *Example* |
||
19 | |||
20 | <pre> |
||
21 | ;Search for 'Star Wars' and print 5 results. |
||
22 | /google -n5 Star wars |
||
23 | |||
24 | ;Search for 'Natalie Portman' and send the result to #channel. |
||
25 | /google -p #channel Natalie Portman |
||
26 | </pre> |