Factoids: Fix help of @random.

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
Valentin Lorentz 2013-07-11 06:58:46 +00:00 committed by James McCoy
parent 01a6ed6540
commit cf975227ba
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class Factoids(callbacks.Plugin, plugins.ChannelDBHandler):
def random(self, irc, msg, args, channel):
"""[<channel>]
Returns a random factoid from the database for <channel>. <channel>
Returns random factoids from the database for <channel>. <channel>
is only necessary if the message isn't sent in the channel itself.
"""
db = self.getDb(channel)