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

Silently ignore unsupported SVSMODE, requested by nelgin

parent 1648203d
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