This commit is contained in:
Luke Rogers 2012-03-13 10:29:51 +13:00
parent 4c1ec88536
commit 063ded0f47

View file

@ -34,8 +34,8 @@ class Input(dict):
def notice(msg):
conn.cmd('NOTICE', [nick, msg])
def cmd(command):
conn.cmd(command)
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,