diff --git a/Changes b/Changes
index ee4485149..dae4a3a48 100644
--- a/Changes
+++ b/Changes
@@ -2991,3 +2991,5 @@ seen. gmtime warning still there
- Cosmetic doc updates (#0001596) reported by HERZ.
- Updated SSL error for underlying syscall error a bit (#0001615).
- Minor doc updates on SSL (mIRC now supports SSL a bit).
+- Fixed yet another fun remote includes memory corruption crash bug due
+ to curl strangeness (took me 2 hours to trace down, great!).
diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html
index 8a3fc2b52..dc7bea458 100644
--- a/doc/unreal32docs.html
+++ b/doc/unreal32docs.html
@@ -21,7 +21,7 @@
http://www.unrealircd.com
Version: 3.2
Current Version: 3.2 RC1 *CVS*
- Last doc update: 2004-03-03
+ Last doc update: 2004-03-04
Head Coders: Stskeeps / codemastr / Syzop / Luke / McSkaf
Contributors: Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
Documentation: CKnight^ / Syzop
@@ -1877,7 +1877,7 @@ spamfilter {
regex is the regex to be matched.
target specifies the targets, possible targets are: channel, private, private-notice, channel-notice,
part, quit, dcc.
- action specifies the action to be taken, possible values are: kill, tempshun, shun, kline, gline, zline, gzline, block
+ action specifies the action to be taken, see here for a list of possible actions.
reason optional: specifies the ban or block reason, else the default is used.
ban-time optional: specifies the duration of a *line ban, else the default is used (1 day).