Fixed plugins/fact.py

This commit is contained in:
Luke Rogers 2012-02-24 00:10:15 +13:00
parent 7fed7057a6
commit 62437817f4

View file

@ -13,7 +13,7 @@ def fact(inp, say=False, nick=False):
except: except:
pass pass
return "%s [ %s ]" % (fact, link) return u"%s [ %s ]" % (fact, link)