From 817190ff6b7b21965d09ff37cf9b55316baf4595 Mon Sep 17 00:00:00 2001 From: Daniel Folkinshteyn Date: Wed, 8 Sep 2010 00:11:28 -0400 Subject: [PATCH] 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. --- plugins/BadWords/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/BadWords/config.py b/plugins/BadWords/config.py index a2b130a4a..2961f348e 100644 --- a/plugins/BadWords/config.py +++ b/plugins/BadWords/config.py @@ -57,7 +57,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):