1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 19:14:46 +02:00

- Some text updates... docs: now 3.2.2-CVS, lso got rid of double version to avoid

confusion. credits: fixed typo.
This commit is contained in:
Bram Matthys
2004-10-30 12:21:24 +00:00
parent 43db020b75
commit aaabed6af2
9 changed files with 9 additions and 17 deletions
+2
View File
@@ -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.
+1 -2
View File
@@ -25,8 +25,7 @@
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
<font size="4">Version: 3.2.2 </font><br>
<b>Aktuelle Version:</b> 3.2.2<br>
<font size="4">Version: 3.2.2-CVS </font><br>
<b>Letztes Dokumentation Update:</b> 2004-10-11</div>
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke<br>
<b>Contributors:</b> McSkaf / Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk<br>
+1 -2
View File
@@ -27,8 +27,7 @@ Spanish |
<br><br>
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
<font size="4">Versi&oacute;n: 3.2.2</font><br>
<b>Versi&oacute;n actual :</b> 3.2.2<br>
<font size="4">Versi&oacute;n: 3.2.2-CVS</font><br>
<b>&Uacute;ltima actualizaci&oacute;n del documento:</b> 2004-10-11</div>
<br>
<b>Programadores:</b> Stskeeps / codemastr / Syzop / Luke<br>
+1 -2
View File
@@ -25,8 +25,7 @@ French
<br><br>
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
<font size="4"><a href="http://www.unrealircd.com/">http://www.unrealircd.com</a></font><br>
<font size="4">Version: 3.2.2</font><br>
<b>Version courante:</b> 3.2.2<br>
<font size="4">Version: 3.2.2-CVS</font><br>
<b>Derni&egrave;re mise &agrave; jour de la documentation:</b> 2004-10-11</div>
<br>
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke<br>
+1 -2
View File
@@ -26,8 +26,7 @@ English | <a href="unreal32docs.de.html">German</a> |
<br><br>
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
<font size="4">Version: 3.2.2</font><br>
<b>Current Version:</b> 3.2.2<br>
<font size="4">Version: 3.2.2-CVS</font><br>
<b>Last doc update:</b> 2004-10-11</div>
<br>
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke<br>
+1 -2
View File
@@ -27,8 +27,7 @@ Hungarian |
<br><br>
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
<font size="4"><a href="http://www.unrealircd.com/">http://www.unrealircd.com</a></font><br>
 <font size="4">Verzió: 3.2.2</font><br>
 <b>Jelenlegi verzió:</b> 3.2.2<br>
 <font size="4">Verzió: 3.2.2-CVS</font><br>
 <b>Utolsó dokumentáció módosítás:</b> 2004-10-11</div>
<br>
<b>Fő fejlesztők:</b> Stskeeps / codemastr / Syzop / Luke<br>
+1 -1
View File
@@ -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) {
-5
View File
@@ -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';
+1 -1
View File
@@ -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",