Fix previous commit

This commit is contained in:
nyuszika7h 2014-08-02 14:11:49 +02:00
parent 8729fee015
commit dd5556ea99

View File

@ -973,7 +973,7 @@ class Irc(IrcCommandDispatcher):
for cap in msg.args[2].split(' '):
if msg.args[1] == 'LS' and cap in caps:
log.debug('%s: Requesting capability %r', cap)
log.debug('%s: Requesting capability %r', self.network, cap)
self.queueMsg(ircmsgs.IrcMsg(command='CAP', args=('REQ', cap)))
elif msg.args[1] == 'ACK':
log.info('%s: Server acknowledged capability %r',