mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
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.
This commit is contained in:
parent
8d80fb9e88
commit
246c73eed2
@ -54,7 +54,9 @@ conf.registerGlobalValue(BadWords,'requireWordBoundaries',
|
|||||||
words to be independent words, or whether it will censor them within other
|
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'
|
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
|
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):
|
class String256(registry.String):
|
||||||
def __call__(self):
|
def __call__(self):
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
them once."""
|
||||||
version = '0.83.4.1+gribble (2010-09-07T20:27:51-0400)'
|
version = '0.83.4.1+gribble (2010-09-08T00:11:28-0400)'
|
||||||
|
Loading…
Reference in New Issue
Block a user