mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
parent
efb6dc139f
commit
2a8f814a16
@ -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 the '
|
||||
irc.error(_('Cannot join %s, I\'m not identified with '
|
||||
'NickServ.') % channel)
|
||||
except KeyError:
|
||||
self.log.debug('Got 515 without Admin.join being called.')
|
||||
|
Loading…
Reference in New Issue
Block a user