mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +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':''}),
|
||||
many('something')])
|
||||
|
||||
def metagoogle(self, irc, msg, args, optlist, text):
|
||||
def meta(self, irc, msg, args, optlist, text):
|
||||
"""<search> [--(language,restrict)=<value>] [--{similar,notsafe}]
|
||||
|
||||
Searches google and gives all the interesting meta information about
|
||||
@ -237,7 +237,7 @@ class Google(callbacks.PluginRegexp):
|
||||
meta.searchTime,
|
||||
categories and format(' Categories include %L.',categories))
|
||||
irc.reply(s)
|
||||
metagoogle = wrap(metagoogle, [getopts({'language':'something',
|
||||
meta= wrap(meta, [getopts({'language':'something',
|
||||
'restrict':'something',
|
||||
'notsafe':'', 'similar':''}),
|
||||
many('something')])
|
||||
|
Loading…
Reference in New Issue
Block a user