mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Fix commit ce552d56
This commit is contained in:
parent
38072df6da
commit
efb6dc139f
@ -110,7 +110,7 @@ class Admin(callbacks.Plugin):
|
||||
try:
|
||||
channel = msg.args[1]
|
||||
(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)
|
||||
except KeyError:
|
||||
self.log.debug('Got 515 without Admin.join being called.')
|
||||
|
Loading…
Reference in New Issue
Block a user