mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Fix commit ce552d56
This commit is contained in:
parent
38072df6da
commit
efb6dc139f
@ -110,7 +110,7 @@ class Admin(callbacks.Plugin):
|
|||||||
try:
|
try:
|
||||||
channel = msg.args[1]
|
channel = msg.args[1]
|
||||||
(irc, msg) = self.joins.pop(channel)
|
(irc, msg) = self.joins.pop(channel)
|
||||||
irc.error(_('Cannot join %s, I\'m not identified with '
|
irc.error(_('Cannot join %s, I\'m not identified with the '
|
||||||
'NickServ.') % channel)
|
'NickServ.') % channel)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
self.log.debug('Got 515 without Admin.join being called.')
|
self.log.debug('Got 515 without Admin.join being called.')
|
||||||
|
Loading…
Reference in New Issue
Block a user