mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Google.metagoogle -> Google.meta
This commit is contained in:
parent
e29a9c0aa0
commit
9c7c384d22
@ -211,7 +211,7 @@ class Google(callbacks.PluginRegexp):
|
|||||||
'notsafe':'', 'similar':''}),
|
'notsafe':'', 'similar':''}),
|
||||||
many('something')])
|
many('something')])
|
||||||
|
|
||||||
def metagoogle(self, irc, msg, args, optlist, text):
|
def meta(self, irc, msg, args, optlist, text):
|
||||||
"""<search> [--(language,restrict)=<value>] [--{similar,notsafe}]
|
"""<search> [--(language,restrict)=<value>] [--{similar,notsafe}]
|
||||||
|
|
||||||
Searches google and gives all the interesting meta information about
|
Searches google and gives all the interesting meta information about
|
||||||
@ -237,7 +237,7 @@ class Google(callbacks.PluginRegexp):
|
|||||||
meta.searchTime,
|
meta.searchTime,
|
||||||
categories and format(' Categories include %L.',categories))
|
categories and format(' Categories include %L.',categories))
|
||||||
irc.reply(s)
|
irc.reply(s)
|
||||||
metagoogle = wrap(metagoogle, [getopts({'language':'something',
|
meta= wrap(meta, [getopts({'language':'something',
|
||||||
'restrict':'something',
|
'restrict':'something',
|
||||||
'notsafe':'', 'similar':''}),
|
'notsafe':'', 'similar':''}),
|
||||||
many('something')])
|
many('something')])
|
||||||
|
Loading…
Reference in New Issue
Block a user