mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
BadWords: update help message
This commit is contained in:
parent
7e7c4425cf
commit
d8404252ae
@ -83,8 +83,8 @@ class BadWords(callbacks.Privmsg):
|
||||
if c.isHalfopPlus(msg.nick) or \
|
||||
ircdb.checkCapability(msg.prefix, cap):
|
||||
self.log.debug("Not kicking %s from %s, because "
|
||||
"they are immune.", msg.nick,
|
||||
channel)
|
||||
"they are halfop+ or can't be "
|
||||
"kicked.", msg.nick, channel)
|
||||
else:
|
||||
message = self.registryValue('kick.message', channel)
|
||||
irc.queueMsg(ircmsgs.kick(channel, msg.nick, message))
|
||||
|
Loading…
Reference in New Issue
Block a user