Fixed plugins/fact.py
This commit is contained in:
parent
7fed7057a6
commit
62437817f4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue