mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Factoids: Fix help of @random.
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
parent
01a6ed6540
commit
cf975227ba
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user