diff --git a/Wikifetch/plugin.py b/Wikifetch/plugin.py index 017aa08..824ee64 100644 --- a/Wikifetch/plugin.py +++ b/Wikifetch/plugin.py @@ -286,7 +286,7 @@ class Wikifetch(callbacks.Plugin): def random(self, irc, msg, args, site): """[] - Returns the first paragraph of a random wiki article. Optionally, the --site + Returns the first paragraph of a random wiki article. Optionally, the 'site' argument can be given to override the default (usually Wikipedia).""" baseurl = site or self.registryValue('url', msg.args[0]) text = self._wiki(irc, msg, 'Special:Random', baseurl)