Factoids: Fix help of @random.

This commit is contained in:
Valentin Lorentz 2013-07-11 06:58:46 +00:00
parent 771b739af7
commit 4647ed81fd

View File

@ -699,7 +699,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)