mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 17:13:12 +02:00
...
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user