1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 16:26:37 +02:00

Operoverride crash fix

This commit is contained in:
luke
2003-06-23 03:04:30 +00:00
parent 8a99d15208
commit 47c5bcf1fe
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -871,3 +871,7 @@ Fixed stats being visible to users even after defining
STATS_ONLYOPER in config.h
--Luke
===================================
Applied Syzop's fix for operoverride crash.
--Luke
===================================
+1 -1
View File
@@ -1214,7 +1214,7 @@ int m_mode(cptr, sptr, parc, parv)
* Now, we can actually do the mode. */
(void)do_mode(chptr, cptr, sptr, parc - 2, parv + 2, sendts, 0);
opermode = 0;
return 0;
}