mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Added final morehelp docstring.
This commit is contained in:
parent
cd73dfbc52
commit
d5484f620f
@ -190,7 +190,11 @@ class Google(callbacks.Privmsg):
|
|||||||
irc.reply(msg, 'No spelling suggestion made.')
|
irc.reply(msg, 'No spelling suggestion made.')
|
||||||
|
|
||||||
def googleinfo(self, irc, msg, args):
|
def googleinfo(self, irc, msg, args):
|
||||||
"""takes no arguments"""
|
"""takes no arguments
|
||||||
|
|
||||||
|
Returns interesting information about this Google module. Mostly
|
||||||
|
useful for making sure you don't go over your 1000 requests/day limit.
|
||||||
|
"""
|
||||||
last24hours = len(self.last24hours)
|
last24hours = len(self.last24hours)
|
||||||
irc.reply(msg, 'This google module has been called %s time%stotal; '\
|
irc.reply(msg, 'This google module has been called %s time%stotal; '\
|
||||||
'%s time%sin the past 24 hours. ' \
|
'%s time%sin the past 24 hours. ' \
|
||||||
|
Loading…
Reference in New Issue
Block a user