update inFilter config help text

This commit is contained in:
Gordon Shumway 2019-03-17 04:01:30 -04:00 committed by GitHub
parent adcd973a7e
commit e3a20d83b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ conf.registerChannelValue(BadWords.kick, 'message',
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.""")))
registry.Boolean(False, _("""Determines whether the bot will not respond
to messages with badwords from untrusted users.""")))
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: