1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 03:23:12 +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
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);
}