mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
relay: fix incorrect logging in changing client fields
This commit is contained in:
parent
124100fcf5
commit
add409789a
@ -884,7 +884,7 @@ def handle_chgclient(irc, source, command, args):
|
||||
except NotImplementedError: # IRCd doesn't support changing the field we want
|
||||
log.debug('(%s) Ignoring changing field %r of %s on %s (for %s/%s);'
|
||||
' remote IRCd doesn\'t support it', irc.name, field,
|
||||
user, target, netname, irc.name)
|
||||
user, netname, target, irc.name)
|
||||
continue
|
||||
|
||||
for c in ('CHGHOST', 'CHGNAME', 'CHGIDENT'):
|
||||
|
Loading…
Reference in New Issue
Block a user