From 62437817f47852b6ede41b8b37ac961ab5a715f1 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Fri, 24 Feb 2012 00:10:15 +1300 Subject: [PATCH] Fixed plugins/fact.py --- plugins/fact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fact.py b/plugins/fact.py index 327074f..350ea3a 100644 --- a/plugins/fact.py +++ b/plugins/fact.py @@ -13,7 +13,7 @@ def fact(inp, say=False, nick=False): except: pass - return "%s [ %s ]" % (fact, link) + return u"%s [ %s ]" % (fact, link)