Revert "Fix commit ce552d56"

This reverts commit efb6dc139f.
This commit is contained in:
Valentin Lorentz 2012-01-04 22:34:22 +01:00
parent efb6dc139f
commit 2a8f814a16

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