mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Changed some logging messages.
This commit is contained in:
parent
e770054717
commit
4c64ffb4c7
@ -611,10 +611,10 @@ class Irc(IrcCommandDispatcher):
|
|||||||
# This keeps our nick and server attributes updated.
|
# This keeps our nick and server attributes updated.
|
||||||
if msg.command in self._nickSetters:
|
if msg.command in self._nickSetters:
|
||||||
if msg.args[0] != self.nick:
|
if msg.args[0] != self.nick:
|
||||||
log.info('Nick attribute wasn\'t updated.')
|
log.info('Updating nick attribute.')
|
||||||
self.nick = msg.args[0]
|
self.nick = msg.args[0]
|
||||||
if msg.prefix != self.server:
|
if msg.prefix != self.server:
|
||||||
log.info('Server attribute wasn\'t updated.')
|
log.info('Updating server attribute.')
|
||||||
self.server = msg.prefix
|
self.server = msg.prefix
|
||||||
|
|
||||||
# Dispatch to specific handlers for commands.
|
# Dispatch to specific handlers for commands.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user