From 7e4b3bb9abf1399af8f3963a1a8bbd7fb44be4eb Mon Sep 17 00:00:00 2001 From: James Scott Date: Thu, 13 Dec 2012 20:02:30 -0500 Subject: [PATCH] Rewrote that line to fix the encoding --- plugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index 8424dd9..4770d08 100644 --- a/plugin.py +++ b/plugin.py @@ -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))