mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-30 23:09: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
|
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);'
|
log.debug('(%s) Ignoring changing field %r of %s on %s (for %s/%s);'
|
||||||
' remote IRCd doesn\'t support it', irc.name, field,
|
' remote IRCd doesn\'t support it', irc.name, field,
|
||||||
user, target, netname, irc.name)
|
user, netname, target, irc.name)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
for c in ('CHGHOST', 'CHGNAME', 'CHGIDENT'):
|
for c in ('CHGHOST', 'CHGNAME', 'CHGIDENT'):
|
||||||
|
Loading…
Reference in New Issue
Block a user