diff --git a/Changes b/Changes
index 89ada00db..cebb7d8f5 100644
--- a/Changes
+++ b/Changes
@@ -2937,3 +2937,4 @@ seen. gmtime warning still there
- Added /tempshun, temporary shuns the current session of specified nick
(just like the 'tempshun' in spamfilter and ban version). Suggested by
Cnils (#0001526). [docs/help.conf will be updated later]
+- Updated docs on tempshun and new spamfilter features.
diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html
index 7029a26c8..95b26541a 100644
--- a/doc/unreal32docs.html
+++ b/doc/unreal32docs.html
@@ -443,16 +443,28 @@ Modules can also add other extended ban types.
the badwords system but has several advantages.
Spamfilters are added via the /spamfilter command which uses the following syntax:
/spamfilter [add|del|remove|+|-] [type] [action] [tkltime] [reason] [regex]
- [type] specifies the target type, you can specify multiple targets:
- 'c' channel msg, 'p' private msg, 'n' private notice, 'N' channel notice, 'P' part msg, 'q' quit msg, 'd' dcc
- [action] specifies the action to be taken (only 1 action can be specified):
- 'kill', 'tempshun' (only shun current session), 'shun',
- 'kline', 'gline', 'zline', 'gzline', 'block' (blocks only)
- [tkltime] The duration of the *line added by the filter, use '-' to use the default or to skip
- (eg: if action = 'block')
- [reason] Block or *line reason.. you CANNOT use spaces in this, but underscores ('_') will be translated
-into spaces at runtime. Again, use '-' to use the default.
- [regex] this is the actual regex or 'bad word' where we should block on and perform the action at
+
| [type] | specifies the target type, you can specify multiple targets: + 'c' channel msg, 'p' private msg, 'n' private notice, 'N' channel notice, 'P' part msg, 'q' quit msg, 'd' dcc | ||||||||||||||||||||
| [action] | specifies the action to be taken (only 1 action can be specified) +
| ||||||||||||||||||||
| [tkltime] | The duration of the *line added by the filter, use '-' to use the default or to skip + (eg: if action = 'block') | ||||||||||||||||||||
| [reason] | Block or *line reason.. you CANNOT use spaces in this, but underscores ('_') will be translated +into spaces at runtime. Again, use '-' to use the default. | ||||||||||||||||||||
| [regex] | this is the actual regex or 'bad word' where we should block on and perform the action at |
set::spamfilter::ban-time allows you to modify the default ban time for *lines added by spamfilter (default: 1 day)
set::spamfilter::ban-reason allows you to specify a default reason for the *lines (default: 'Spam/advertising')
+ set::spamfilter::virus-help-channel allows you to specify the channel to join for action 'viruschan' (default: #help)
set::spamfilter::ban-reason <reason>
Reason to be used for *lines added by spamfilter
set::spamfilter::virus-help-channel <channel>
+ The channel to use for the 'viruschan' action in spamfilter