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)