This commit is contained in:
Luke Rogers 2013-10-04 11:35:11 +13:00
parent 641c8ecc2a
commit be729f046a

View file

@ -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]