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:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user