This commit is contained in:
Valentin Lorentz 2012-01-04 21:25:47 +01:00
parent 38072df6da
commit efb6dc139f

View File

@ -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.')