mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Changed size of results and removed list of commands.
This commit is contained in:
parent
aa3e7da7d6
commit
c506306635
@ -31,14 +31,6 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
Acceses Google for various things.
|
Acceses Google for various things.
|
||||||
|
|
||||||
Commands include:
|
|
||||||
google
|
|
||||||
googlelinux
|
|
||||||
googlebsd
|
|
||||||
googlemac
|
|
||||||
googlespell
|
|
||||||
googlelicensekey
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from baseplugin import *
|
from baseplugin import *
|
||||||
@ -105,8 +97,8 @@ class Google(callbacks.Privmsg):
|
|||||||
if not results:
|
if not results:
|
||||||
return 'No matches found %s' % time
|
return 'No matches found %s' % time
|
||||||
else:
|
else:
|
||||||
response = ircutils.privmsgPayload(results, ' :: ', 400)
|
s = ircutils.privmsgPayload(results, ' :: ', 375)
|
||||||
return '%s %s' % (response, time)
|
return '%s %s' % (s, time)
|
||||||
|
|
||||||
def googlelicensekey(self, irc, msg, args):
|
def googlelicensekey(self, irc, msg, args):
|
||||||
"""<key>
|
"""<key>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user