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