From 9392650bc26d3db653dbe7a2fafe3823bfd586e4 Mon Sep 17 00:00:00 2001 From: James Scott Date: Thu, 13 Dec 2012 20:04:51 -0500 Subject: [PATCH] Damn encoding issues --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 4770d08..688968c 100644 --- a/plugin.py +++ b/plugin.py @@ -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"