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
No related merge requests found
...@@ -1223,6 +1223,7 @@ function Server_Work(cmdline) { ...@@ -1223,6 +1223,7 @@ function Server_Work(cmdline) {
break; break;
case "CAPAB": case "CAPAB":
case "BURST": case "BURST":
case "SVSMODE":
return 0; /* Silently ignore these commands */ return 0; /* Silently ignore these commands */
default: default:
umode_notice(USERMODE_OPER,"Notice",format( umode_notice(USERMODE_OPER,"Notice",format(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment