Fix error (blame @nyuszika7h)
This commit is contained in:
parent
32ab792e2f
commit
120a2f3717
@ -273,7 +273,7 @@ class IRCClient(object):
|
||||
def kick(self, chan, nick, msg=""):
|
||||
self.send("KICK", chan, nick, ":"+msg)
|
||||
def ns_identify(self, account, passwd, nickserv, command):
|
||||
self.msg(nickserv, command.format(account=self.account, password=passwd))
|
||||
self.msg(nickserv, command.format(account=account, password=passwd))
|
||||
def ns_ghost(self, nickserv, command):
|
||||
if command:
|
||||
self.msg(nickserv, command.format(nick=self.nickname))
|
||||
|
Loading…
x
Reference in New Issue
Block a user