fixed msg.nick

This commit is contained in:
James Scott 2012-12-13 22:43:24 -05:00
parent 6a0b86f8af
commit 95ac198873
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ class Cah(callbacks.Plugin):
###### CHANNEL COMMANDS ######
def playing(self, irc, msg, args):
channel = ircutils.toLower(msg.args[0])
nick = msg.nick
if channel in self.games:
game = self.games[channel]