1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 17:13:12 +02:00
This commit is contained in:
codemastr
2003-03-23 20:22:08 +00:00
parent 21416a3a14
commit 8d950fbe2e
+4
View File
@@ -5226,6 +5226,10 @@ int _test_set(ConfigFile *conf, ConfigEntry *ce)
}
}
else if (!strcmp(cep->ce_varname, "modes-on-oper")) {
CheckNull(cep);
templong = (long) set_usermode(cep->ce_vardata);
}
else if (!strcmp(cep->ce_varname, "snomask-on-oper")) {
CheckNull(cep);
}