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)