Rewrote that line to fix the encoding

This commit is contained in:
James Scott 2012-12-13 20:02:30 -05:00
parent a19710d0fe
commit 7e4b3bb9ab
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
###
# Copyright (c) 2012, James Scott
# All rights reserved.
@ -52,7 +50,7 @@ class Cah(callbacks.Plugin):
def __init__(self, irc):
self.games = {}
###### UTIL METHODS #######
###### UTIL METHODS ########
def _msg(self, irc, recip, msg):
        irc.queueMsg(ircmsgs.privmsg(recip, msg))