From d5484f620fc54ffaca56ed3f3dfa59d8ffe75e31 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 16 Apr 2003 07:10:31 +0000 Subject: [PATCH] Added final morehelp docstring. --- plugins/Google.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/Google.py b/plugins/Google.py index 114bc7f18..eed627c3a 100644 --- a/plugins/Google.py +++ b/plugins/Google.py @@ -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. ' \