newline
This commit is contained in:
parent
641c8ecc2a
commit
be729f046a
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ class IRC(object):
|
||||||
out = u"\x01{} {}\x01".format(ctcp_type, text)
|
out = u"\x01{} {}\x01".format(ctcp_type, text)
|
||||||
self.cmd("PRIVMSG", [target, out])
|
self.cmd("PRIVMSG", [target, out])
|
||||||
|
|
||||||
|
|
||||||
def cmd(self, command, params=None):
|
def cmd(self, command, params=None):
|
||||||
if params:
|
if params:
|
||||||
params[-1] = ':' + params[-1]
|
params[-1] = ':' + params[-1]
|
||||||
|
|
Reference in a new issue