Damn encoding issues

This commit is contained in:
James Scott 2012-12-13 20:04:51 -05:00
parent 7e4b3bb9ab
commit 9392650bc2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Cah(callbacks.Plugin):
###### UTIL METHODS ########
def _msg(self, irc, recip, msg):
        irc.queueMsg(ircmsgs.privmsg(recip, msg))
irc.queueMsg(ircmsgs.privmsg(recip,msg))
def _printBlackCard(self, irc, game, recip):
response = "Question: %s"