|
|
@@ -1718,6 +1718,9 @@ static void cmd_chanset(struct userrec *u, int idx, char *par)
|
|
|
} else if ((strstr(par, "+private") || strstr(par, "-private")) && (!glob_owner(user))) {
|
|
|
dprintf(idx, "You don't have access to set +/-private on %s (halting command due to lazy coder).\n", chname);
|
|
|
return;
|
|
|
+ } else if ((strstr(par, "+inactive") || strstr(par, "-inactive")) && (!glob_owner(user))) {
|
|
|
+ dprintf(idx, "You don't have access to set +/-inactive on %s (halting command due to lazy coder).\n", chname);
|
|
|
+ return;
|
|
|
}
|
|
|
if (!chan) {
|
|
|
if (par[0])
|