From fa1bcb58a46ee1b5fe7b92f403e24a0b8fdc0150 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Tue, 13 Mar 2012 18:20:47 +1300 Subject: [PATCH] Pep8 in core files --- core/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.py b/core/main.py index e567a46..09e4e66 100755 --- a/core/main.py +++ b/core/main.py @@ -33,7 +33,7 @@ class Input(dict): def notice(msg): conn.cmd('NOTICE', [nick, msg]) - + def raw(command): conn.send(command)