mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Services: Correct formatting of "isn't registered" log.
Closes: Sf#3075937 Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
ca56575eb5
commit
cb48912db6
@ -244,7 +244,7 @@ class Services(callbacks.Plugin):
|
|||||||
# You have been unbanned from (oftc)
|
# You have been unbanned from (oftc)
|
||||||
irc.sendMsg(networkGroup.channels.join(channel))
|
irc.sendMsg(networkGroup.channels.join(channel))
|
||||||
elif 'isn\'t registered' in s:
|
elif 'isn\'t registered' in s:
|
||||||
self.log.warning('Received "%s isn\'t registered" from ChanServ %',
|
self.log.warning('Received "%s isn\'t registered" from ChanServ %s',
|
||||||
channel, on)
|
channel, on)
|
||||||
elif 'this channel has been registered' in s:
|
elif 'this channel has been registered' in s:
|
||||||
self.log.debug('Got "Registered channel" from ChanServ %s.', on)
|
self.log.debug('Got "Registered channel" from ChanServ %s.', on)
|
||||||
|
Loading…
Reference in New Issue
Block a user