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