BadWords: improve help for requireWordBoundaries config.

Make a note that the plugin requires restart or the words set updating,
for changes to this setting to take effect.

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
Daniel Folkinshteyn 2010-09-08 00:11:28 -04:00 committed by James McCoy
parent 011d4dd676
commit 02b9431536
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ conf.registerGlobalValue(BadWords,'requireWordBoundaries',
words to be independent words, or whether it will censor them within other
words. For instance, if 'darn' is a bad word, then if this is true, 'darn'
will be censored, but 'darnit' will not. You probably want this to be
false."""))
false. After changing this setting, the BadWords regexp needs to be
regenerated by adding/removing a word to the list, or reloading the
plugin."""))
class String256(registry.String):
def __call__(self):