X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/ea4041ece9ba9869c20f9a37aa2d89aa5e1dd11b..fdbbf311ef10d7458bb3c313be02000a75f0972a:/modules/m_privs.c diff --git a/modules/m_privs.c b/modules/m_privs.c index c87bb0d..1d24aad 100644 --- a/modules/m_privs.c +++ b/modules/m_privs.c @@ -53,6 +53,13 @@ mapi_clist_av1 privs_clist[] = { NULL }; +/* XXX this is a copy, not so nice */ +struct mode_table +{ + const char *name; + int mode; +}; + /* there is no such table like this anywhere else */ static struct mode_table auth_client_table[] = { {"resv_exempt", FLAGS2_EXEMPTRESV },