mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 08:56:21 +00:00
Implemented getting affiliation list, and setting affiliation
This commit is contained in:
@@ -2159,8 +2159,7 @@ cmd_room(gchar **args, struct cmd_help_t help)
|
||||
if ((g_strcmp0(affiliation, "owner") != 0) &&
|
||||
(g_strcmp0(affiliation, "admin") != 0) &&
|
||||
(g_strcmp0(affiliation, "member") != 0) &&
|
||||
(g_strcmp0(affiliation, "outcast") != 0) &&
|
||||
(g_strcmp0(affiliation, "none") != 0)) {
|
||||
(g_strcmp0(affiliation, "outcast") != 0)) {
|
||||
cons_show("Usage: %s", help.usage);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user