mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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.
|
||||
|
||||
Commands include:
|
||||
google
|
||||
googlelinux
|
||||
googlebsd
|
||||
googlemac
|
||||
googlespell
|
||||
googlelicensekey
|
||||
"""
|
||||
|
||||
from baseplugin import *
|
||||
@ -105,8 +97,8 @@ class Google(callbacks.Privmsg):
|
||||
if not results:
|
||||
return 'No matches found %s' % time
|
||||
else:
|
||||
response = ircutils.privmsgPayload(results, ' :: ', 400)
|
||||
return '%s %s' % (response, time)
|
||||
s = ircutils.privmsgPayload(results, ' :: ', 375)
|
||||
return '%s %s' % (s, time)
|
||||
|
||||
def googlelicensekey(self, irc, msg, args):
|
||||
"""<key>
|
||||
|
Loading…
Reference in New Issue
Block a user