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

Silently ignore unsupported SVSMODE, requested by nelgin

parent a0c5b852
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1223,6 +1223,7 @@ function Server_Work(cmdline) {
break;
case "CAPAB":
case "BURST":
case "SVSMODE":
return 0; /* Silently ignore these commands */
default:
umode_notice(USERMODE_OPER,"Notice",format(
......
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