|
|
@@ -1340,8 +1340,8 @@ static void cmd_chanset(int idx, char *par)
|
|
|
if (!strncmp(chname, "*", 1)) {
|
|
|
all = 1;
|
|
|
get_user_flagrec(dcc[idx].user, &user, chanset ? chanset->dname : "");
|
|
|
- if (!glob_master(user)) {
|
|
|
- dprintf(idx, "You need to be a global master to use '%schanset *'.\n", (dcc[idx].u.chat->channel >= 0) ? settings.dcc_prefix : "");
|
|
|
+ if (!glob_owner(user)) {
|
|
|
+ dprintf(idx, "You need to be a global owner to use '%schanset *'.\n", (dcc[idx].u.chat->channel >= 0) ? settings.dcc_prefix : "");
|
|
|
return;
|
|
|
}
|
|
|
} else if (!strcasecmp(chname, "default")) {
|