From 9802e415bd1e36f150c6d3c6f49bd1c649e8f129 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Mon, 19 Mar 2012 15:26:31 +1300 Subject: [PATCH] UBERFACEPALM --- core/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/main.py b/core/main.py index 09e4e66..041d67e 100755 --- a/core/main.py +++ b/core/main.py @@ -34,9 +34,6 @@ class Input(dict): def notice(msg): conn.cmd('NOTICE', [nick, msg]) - def raw(command): - conn.send(command) - dict.__init__(self, conn=conn, raw=raw, prefix=prefix, command=command, params=params, nick=nick, user=user, host=host, paraml=paraml, msg=msg, server=conn.server, chan=chan,