3
0
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:
James Lu 2015-12-30 15:53:05 -08:00
parent 124100fcf5
commit add409789a

View File

@ -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'):