From be729f046ac1cb72af45deb7e6be7d6ec2bea853 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Fri, 4 Oct 2013 11:35:11 +1300 Subject: [PATCH] newline --- core/irc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/irc.py b/core/irc.py index e974473..21a895a 100755 --- a/core/irc.py +++ b/core/irc.py @@ -270,7 +270,6 @@ class IRC(object): out = u"\x01{} {}\x01".format(ctcp_type, text) self.cmd("PRIVMSG", [target, out]) - def cmd(self, command, params=None): if params: params[-1] = ':' + params[-1]