Home
last modified time | relevance | path

Searched refs:PRIV_VIEWPRIVS (Results 1 – 5 of 5) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/operserv/
H A Dspecs.c79 { PRIV_VIEWPRIVS, N_("view privileges of other users") },
133 if (!has_priv(si, PRIV_VIEWPRIVS)) in os_cmd_specs()
135 command_fail(si, fault_noprivs, STR_NO_PRIVILEGE, PRIV_VIEWPRIVS); in os_cmd_specs()
H A Dsoper.c27 command_t os_soper_list = { "LIST", N_("Lists services operators."), PRIV_VIEWPRIVS, 0, os_cmd_sope…
28 command_t os_soper_listclass = { "LISTCLASS", N_("Lists operclasses."), PRIV_VIEWPRIVS, 0, os_cmd_s…
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Dprivs.h31 #define PRIV_VIEWPRIVS "general:viewprivs" macro
/dports/irc/atheme-services/atheme-7.2.9/modules/nickserv/
H A Dinfo.c388 if (mu->soper && (mu == si->smu || has_priv(si, PRIV_VIEWPRIVS))) in ns_cmd_info()
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dptasks.c207 if (!has_priv_user(u, PRIV_VIEWPRIVS)) in handle_stats()