From 786bea72b35e775e1a7e2abf0315e842fbf3b4c8 Mon Sep 17 00:00:00 2001 From: James Scott Date: Thu, 13 Dec 2012 22:38:43 -0500 Subject: [PATCH] Helps if I rename this --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 9b7b9f0..3d4a3ee 100644 --- a/plugin.py +++ b/plugin.py @@ -55,7 +55,7 @@ class Cah(callbacks.Plugin): class CahGame(object): """docstring for Game""" def __init__(self, irc, channel, numrounds = 5): - super(Game, self).__init__() + super(CahGame, self).__init__() self.irc = irc self.channel = channel self.game = None