1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 21:03:12 +02:00

+- Fixed a little problem with SERVER servername :info crashing the ircd

+  Long live the Floridan way of counting
This commit is contained in:
stskeeps
2001-02-03 07:32:45 +00:00
parent 8893ac57bc
commit 9e216fe7fa
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -173,3 +173,5 @@
- Made /trace work again properly with class names
- Made /sqline /unsqline work again.
- Made SQLINE synching work with newconf
- Fixed a little problem with SERVER servername :info crashing the ircd
Long live the Floridan way of counting
+1 -1
View File
@@ -601,7 +601,7 @@ int m_server(cptr, sptr, parc, parv)
/*
* We do some parameter checks now. We want atleast upto serverinfo now
*/
if (parc < 3 || (!*parv[3]))
if (parc < 4 || (!*parv[3]))
{
sendto_one(sptr, "ERROR :Not enough SERVER parameters");
return 0;