mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-06-13 10:17:31 +02:00
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:
parent
198688eab4
commit
b8b79d063d
@ -81,7 +81,7 @@ class Admin(callbacks.Plugin):
|
|||||||
try:
|
try:
|
||||||
channel = msg.args[1]
|
channel = msg.args[1]
|
||||||
(irc, msg) = self.joins.pop(channel)
|
(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:
|
except KeyError:
|
||||||
self.log.debug('Got 474 without Admin.join being called.')
|
self.log.debug('Got 474 without Admin.join being called.')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user