Skip to content
Snippets Groups Projects
Commit 2d8b2c4e authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

We don't use command anymore, fixes crash on /OPER. Found by nelgin, thanks!

parent 67265804
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1023,7 +1023,7 @@ function User_Work(cmdline) {
break;
case "OPER":
if (!p[1]) {
this.numeric461(command);
this.numeric461("OPER");
break;
}
if (this.mode&USERMODE_OPER) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment