Actions
Added in 1.5
/pgoogle [-nN] [-t] [-d] [window] <text>
Searches google for text and sends the output to current window or [window].
See also /google.
Switches can not be combined.
Switches
Switch | Description |
-t | Specifies a 'window' is defined. |
-nN | Show N results. |
-d | Search using DuckDuckGo instead of Google. |
Parameters
Parameter | Description |
[window] | Window to show the result. |
<text> | Text to search. |
Example
; Search for 'Star Wars' and print 5 results. /pgoogle -n5 Star wars ; Search for 'Natalie Portman' and send the result to #channel. /pgoogle -t #channel Natalie Portman
Updated by Per Amundsen over 1 year ago · 8 revisions