Added final morehelp docstring.

This commit is contained in:
Jeremy Fincher 2003-04-16 07:10:31 +00:00
parent cd73dfbc52
commit d5484f620f
1 changed files with 5 additions and 1 deletions

View File

@ -190,7 +190,11 @@ class Google(callbacks.Privmsg):
irc.reply(msg, 'No spelling suggestion made.')
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)
irc.reply(msg, 'This google module has been called %s time%stotal; '\
'%s time%sin the past 24 hours. ' \