mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 23:20:57 +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):
|
def random(self, irc, msg, args, channel):
|
||||||
"""[<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.
|
is only necessary if the message isn't sent in the channel itself.
|
||||||
"""
|
"""
|
||||||
db = self.getDb(channel)
|
db = self.getDb(channel)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user