diff --git a/plugin.py b/plugin.py index 4071d53..4e4ec21 100644 --- a/plugin.py +++ b/plugin.py @@ -69,7 +69,7 @@ class Fun(callbacks.Plugin): """ channel = msg.args[0] - data = requests.get("http://randomuselessfact.appspot.com/random.json").json() + data = requests.get("http://randomuselessfact.appspot.com/random.json?language=en").json() irc.reply(data['text']) useless = wrap(useless)