1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 21:16:38 +02:00

Fixed a umode2 bug that crashed the server

This commit is contained in:
codemastr
2001-08-06 17:28:29 +00:00
parent 8665f36abc
commit f766d70414
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -784,4 +784,5 @@ seen. gmtime warning still there
- Using bahamut /who now, this needs some testing.
- HCN fix
- /who fix .. removed nick matching functionality..
- Fixed a SNOMASK problem found by Arantis
- Fixed a SNOMASK problem found by Arantis
- Fixed a umode2 bug that crashed the server
+2
View File
@@ -4449,6 +4449,8 @@ int m_umode2(cptr, sptr, parc, parv)
NULL
};
if (!parv[1])
return 0;
m_umode(cptr, sptr, parv[3] ? 4 : 3, xparv);
}