Pep8 in core files

This commit is contained in:
Luke Rogers 2012-03-13 18:20:47 +13:00
parent b228b635cf
commit fa1bcb58a4

View file

@ -33,7 +33,7 @@ class Input(dict):
def notice(msg):
conn.cmd('NOTICE', [nick, msg])
def raw(command):
conn.send(command)