mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Factoids: Fix help of @random.
This commit is contained in:
parent
771b739af7
commit
4647ed81fd
@ -699,7 +699,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…
Reference in New Issue
Block a user