X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/7b7e1640ded40f58f8d6242e35edbc5deb2bc924..8e2ebdb80add54d46c9f7f058ad469d70ddf9457:/modules/m_privs.c?ds=inline diff --git a/modules/m_privs.c b/modules/m_privs.c index 35c2f10e..a11d7b5c 100644 --- a/modules/m_privs.c +++ b/modules/m_privs.c @@ -67,7 +67,6 @@ static struct mode_table oper_table[] = { {"remote", OPER_REMOTE }, {"kline", OPER_KLINE }, {"unkline", OPER_UNKLINE }, - {"gline", OPER_GLINE }, {"nick_changes", OPER_NICKS }, {"rehash", OPER_REHASH }, {"die", OPER_DIE }, @@ -86,7 +85,6 @@ static struct mode_table oper_table[] = { /* there is no such table like this anywhere else */ static struct mode_table auth_client_table[] = { {"resv_exempt", FLAGS2_EXEMPTRESV }, - {"gline_exempt", FLAGS2_EXEMPTGLINE }, {"kline_exempt", FLAGS2_EXEMPTKLINE }, {"flood_exempt", FLAGS2_EXEMPTFLOOD }, {"spambot_exempt", FLAGS2_EXEMPTSPAMBOT },