diff --git a/plugins/relay.py b/plugins/relay.py index e0081ae..8c9f911 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -446,7 +446,8 @@ def handle_chgclient(irc, source, command, args): remoteirc.proto.updateClient(remoteirc, user, field, text) 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, remotenet, irc.name) + ' remote IRCd doesn\'t support it', irc.name, field, + user, target, netname, irc.name) continue for c in ('CHGHOST', 'CHGNAME', 'CHGIDENT'):