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]