mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix previous commit
This commit is contained in:
parent
8729fee015
commit
dd5556ea99
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user