Admin: Change message 'It's banned me' into 'I am banned.'. Closes GH-329.

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
Valentin Lorentz 2012-09-03 14:07:23 +02:00 committed by James McCoy
parent 198688eab4
commit b8b79d063d

View File

@ -81,7 +81,7 @@ class Admin(callbacks.Plugin):
try:
channel = msg.args[1]
(irc, msg) = self.joins.pop(channel)
irc.error('Cannot join %s, it\'s banned me.' % channel)
irc.error('Cannot join %s, I am banned.' % channel)
except KeyError:
self.log.debug('Got 474 without Admin.join being called.')