From 4647ed81fd0809101e8f99c16dd73cb14b5ac4fb 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. --- 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 ac2228634..be86f530a 100644 --- a/plugins/Factoids/plugin.py +++ b/plugins/Factoids/plugin.py @@ -699,7 +699,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)