mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Added network to debug "Incoming message" log.
This commit is contained in:
parent
0806c0bbc3
commit
b774268498
@ -774,7 +774,7 @@ class Irc(IrcCommandDispatcher):
|
||||
else:
|
||||
channel = None
|
||||
preInFilter = str(msg).rstrip('\r\n')
|
||||
log.debug('Incoming message: %s', preInFilter)
|
||||
log.debug('Incoming message (%s): %s', self.network, preInFilter)
|
||||
|
||||
# Yeah, so this is odd. Some networks (oftc) seem to give us certain
|
||||
# messages with our nick instead of our prefix. We'll fix that here.
|
||||
|
Loading…
Reference in New Issue
Block a user