From cf975227ba52338609b4362d51d129fd4534e6eb Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 11 Jul 2013 06:58:46 +0000 Subject: [PATCH] Factoids: Fix help of @random. Signed-off-by: James McCoy --- plugins/Factoids/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Factoids/plugin.py b/plugins/Factoids/plugin.py index cafd0dccb..1750b195e 100644 --- a/plugins/Factoids/plugin.py +++ b/plugins/Factoids/plugin.py @@ -304,7 +304,7 @@ class Factoids(callbacks.Plugin, plugins.ChannelDBHandler): def random(self, irc, msg, args, channel): """[] - Returns a random factoid from the database for . + Returns random factoids from the database for . is only necessary if the message isn't sent in the channel itself. """ db = self.getDb(channel)