From c198f7935281b5dc7a1f47b02dbe2eb06c31e7bd Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 9 Apr 2004 04:00:51 +0000 Subject: [PATCH] Filter.colorstrip --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e2f870759..7a47c9dd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + * Added Filter.colorstrip, an outfilter that strips all color + codes from messages. + * Added supybot.plugins.BadWords.{replaceMethod, nastyChars, simpleReplacement, requireWordBoundaries}; see the associated help strings to find out what they do.