diff --git a/protocols/clientbot.py b/protocols/clientbot.py index bfc3354..37f345d 100644 --- a/protocols/clientbot.py +++ b/protocols/clientbot.py @@ -692,7 +692,7 @@ class ClientbotWrapperProtocol(IRCCommonProtocol): try: nick, ident, host = utils.split_hostmask(nick) except ValueError: - log.exception('(%s) Failed to split hostmask %r from /names reply on %s', self.name, nick, channel) + log.exception('(%s) Failed to split hostmask %r from /names reply on %s; args=%s', self.name, nick, channel, args) # If error, leave nick unsplit # Get the PUID for the given nick. If one doesn't exist, spawn