diff --git a/Changes b/Changes index 916b6a487..976a11a01 100644 --- a/Changes +++ b/Changes @@ -413,3 +413,5 @@ ** 3.2.2 release ** - Fixed a typo in the makefile for USERIP - Made the WATCH command work for WebTV users (#0002121) suggested by White_Magic. +- Some text updates... docs: now 3.2.2-CVS, lso got rid of double version to avoid + confusion. credits: fixed typo. diff --git a/doc/unreal32docs.de.html b/doc/unreal32docs.de.html index 1014b283c..4dd6dde10 100644 --- a/doc/unreal32docs.de.html +++ b/doc/unreal32docs.de.html @@ -25,8 +25,7 @@
UnrealIRCd
http://www.unrealircd.com
- Version: 3.2.2
- Aktuelle Version: 3.2.2
+ Version: 3.2.2-CVS
Letztes Dokumentation Update: 2004-10-11
Head Coders: Stskeeps / codemastr / Syzop / Luke
Contributors: McSkaf / Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
diff --git a/doc/unreal32docs.es.html b/doc/unreal32docs.es.html index 6f903a941..0dd6107e0 100644 --- a/doc/unreal32docs.es.html +++ b/doc/unreal32docs.es.html @@ -27,8 +27,7 @@ Spanish |

UnrealIRCd
http://www.unrealircd.com
- Versión: 3.2.2
- Versión actual : 3.2.2
+ Versión: 3.2.2-CVS
Última actualización del documento: 2004-10-11

Programadores: Stskeeps / codemastr / Syzop / Luke
diff --git a/doc/unreal32docs.fr.html b/doc/unreal32docs.fr.html index a69426527..a5be01958 100644 --- a/doc/unreal32docs.fr.html +++ b/doc/unreal32docs.fr.html @@ -25,8 +25,7 @@ French

UnrealIRCd
http://www.unrealircd.com
- Version: 3.2.2
- Version courante: 3.2.2
+ Version: 3.2.2-CVS
Dernière mise à jour de la documentation: 2004-10-11

Head Coders: Stskeeps / codemastr / Syzop / Luke
diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 3033f2099..f207274ad 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -26,8 +26,7 @@ English | German |

UnrealIRCd
http://www.unrealircd.com
- Version: 3.2.2
- Current Version: 3.2.2
+ Version: 3.2.2-CVS
Last doc update: 2004-10-11

Head Coders: Stskeeps / codemastr / Syzop / Luke
diff --git a/doc/unreal32docs.hu.html b/doc/unreal32docs.hu.html index ca089a4dd..419cf6842 100644 --- a/doc/unreal32docs.hu.html +++ b/doc/unreal32docs.hu.html @@ -27,8 +27,7 @@ Hungarian |

UnrealIRCd
http://www.unrealircd.com
-  Verzió: 3.2.2
-  Jelenlegi verzió: 3.2.2
+  Verzió: 3.2.2-CVS
 Utolsó dokumentáció módosítás: 2004-10-11

Fő fejlesztők: Stskeeps / codemastr / Syzop / Luke
diff --git a/src/modules/m_message.c b/src/modules/m_message.c index 73c797d6c..7fd73975a 100644 --- a/src/modules/m_message.c +++ b/src/modules/m_message.c @@ -272,7 +272,7 @@ DLLFUNC int m_message(aClient *cptr, aClient *sptr, int parc, char *parv[], int { ret = dospamfilter(sptr, text, (notice ? SPAMF_USERNOTICE : SPAMF_USERMSG), acptr->name); if (ret < 0) - return FLUSH_BUFFER; + return ret; } for (tmphook = Hooks[HOOKTYPE_USERMSG]; tmphook; tmphook = tmphook->next) { diff --git a/src/modules/m_tkl.c b/src/modules/m_tkl.c index 5611b7b47..eb17c4521 100644 --- a/src/modules/m_tkl.c +++ b/src/modules/m_tkl.c @@ -557,11 +557,6 @@ char reason[512]; sendto_one(sptr, ":%s NOTICE %s :Invalid 'action' field (%s)", me.name, sptr->name, parv[3]); return spamfilter_usage(sptr); } - if ((action == BAN_ACT_DCCBLOCK) && (targets != SPAMF_DCC)) - { - sendnotice(sptr, "action 'dccblock' is incompatible with non-dcc target(s) '%s'", targetbuf); - return 0; - } actionbuf[0] = banact_valtochar(action); actionbuf[1] = '\0'; diff --git a/src/version.c.SH b/src/version.c.SH index f0bd7db45..df681a04f 100644 --- a/src/version.c.SH +++ b/src/version.c.SH @@ -70,7 +70,7 @@ char *unrealcredits[] = "not forgotten.", "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=", "The UnrealIRCd Team would like to thank:", - " " + " ", "Nutcais - Phil Hawkins", "- the original shell for Unreal development, useful comments,", " and supporting the project all through its life. Thanks for",