mirror of
https://github.com/jlu5/PyLink.git
synced 2025-05-05 22:27:24 +02:00
clientbot: log the entire args list when splitting /names reply fails
This commit is contained in:
parent
ad9a51fc33
commit
a8bb5f66e5
@ -751,7 +751,7 @@ class ClientbotWrapperProtocol(ClientbotBaseProtocol, IRCCommonProtocol):
|
|||||||
try:
|
try:
|
||||||
nick, ident, host = utils.split_hostmask(nick)
|
nick, ident, host = utils.split_hostmask(nick)
|
||||||
except ValueError:
|
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
|
# If error, leave nick unsplit
|
||||||
|
|
||||||
# Get the PUID for the given nick. If one doesn't exist, spawn
|
# Get the PUID for the given nick. If one doesn't exist, spawn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user