inFilter config

This commit is contained in:
Gordon Shumway 2019-03-17 03:40:56 -04:00 committed by GitHub
parent cb61263df8
commit 2ad5568f9e
1 changed files with 3 additions and 0 deletions

View File

@ -106,5 +106,8 @@ conf.registerChannelValue(BadWords.kick, 'message',
language in the future."""), _("""Determines the kick message used by the
bot when kicking users for saying bad words.""")))
conf.registerChannelValue(BadWords, 'inFilter',
registry.Boolean(False, _("""Determines whether the bot will filter badwords
from being passsed to commands.""")))
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: