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:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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ón: 3.2.2</font><br>
|
||||
<b>Versión actual :</b> 3.2.2<br>
|
||||
<font size="4">Versión: 3.2.2-CVS</font><br>
|
||||
<b>Última actualización del documento:</b> 2004-10-11</div>
|
||||
<br>
|
||||
<b>Programadores:</b> Stskeeps / codemastr / Syzop / Luke<br>
|
||||
|
||||
@@ -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ère mise à jour de la documentation:</b> 2004-10-11</div>
|
||||
<br>
|
||||
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke<br>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user