Home
last modified time | relevance | path

Searched refs:PRIV_CHAN_ADMIN (Results 1 – 17 of 17) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/botserv/
H A Dset_private.c27 …ATE", N_("Prevent a bot from being assigned by non IRC operators."), PRIV_CHAN_ADMIN, 2, bs_cmd_se…
70 if (!has_priv(si, PRIV_CHAN_ADMIN)) in bs_cmd_set_private()
H A Dset_nobot.c24 … = { "NOBOT", N_("Prevent a bot from being assigned to a channel."), PRIV_CHAN_ADMIN, 2, bs_cmd_se…
65 if (!has_priv(si, PRIV_CHAN_ADMIN)) in bs_cmd_set_nobot()
H A Dmain.c829 if (si->su != NULL && has_priv(si, PRIV_CHAN_ADMIN)) in bs_cmd_botlist()
896 if (bot->private && !has_priv(si, PRIV_CHAN_ADMIN)) in bs_cmd_assign()
/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dmoderate.c37 …atic command_t cs_activate = { "ACTIVATE", N_("Activates a pending registration"), PRIV_CHAN_ADMIN,
39 static command_t cs_reject = { "REJECT", N_("Rejects a pending registration"), PRIV_CHAN_ADMIN,
41 static command_t cs_waiting = { "WAITING", N_("View pending registrations"), PRIV_CHAN_ADMIN,
191 if (has_priv(req->si, PRIV_CHAN_ADMIN)) in can_register()
H A Dftransfer.c21 PRIV_CHAN_ADMIN, 2, cs_cmd_ftransfer, { .path = "cservice/ftransfer" } };
H A Ddrop.c24 PRIV_CHAN_ADMIN, 1, cs_cmd_fdrop, { .path = "cservice/fdrop" } };
H A Dclose.c22 PRIV_CHAN_ADMIN, 3, cs_cmd_close , { .path = "cservice/close" }};
H A Dfflags.c22 PRIV_CHAN_ADMIN, 3, cs_cmd_fflags, { .path = "cservice/fflags" } };
H A Dset_mlock.c66 !has_priv(si, PRIV_CHAN_ADMIN)) in cs_cmd_set_mlock()
H A Dantiflood.c412 if (!chanacs_source_has_flag(mc, si, CA_SET) && !has_priv(si, PRIV_CHAN_ADMIN)) in cs_set_cmd_antiflood()
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Dprivs.h22 #define PRIV_CHAN_ADMIN "chan:admin" macro
/dports/irc/atheme-services/atheme-7.2.9/modules/operserv/
H A Dclearchan.c27 …han = { "CLEARCHAN", N_("Clears a channel via KICK, KILL or AKILL"), PRIV_CHAN_ADMIN, 3, os_cmd_cl…
H A Dspecs.c65 { PRIV_CHAN_ADMIN, N_("drop channels, close channels, transfer ownership") },
/dports/irc/atheme-services/atheme-7.2.9/modules/contrib/
H A Dcs_fregister.c22PRIV_CHAN_ADMIN, 3, cs_cmd_fregister, { .path = "contrib/cs_fregister" } };
/dports/irc/atheme-services/atheme-7.2.9/modules/memoserv/
H A Dsendops.c105 if (has_priv(si, PRIV_CHAN_ADMIN)) in ms_cmd_sendops()
/dports/irc/atheme-services/atheme-7.2.9/modules/chanfix/
H A Dfix.c389 command_t cmd_chanfix = { "CHANFIX", N_("Manually chanfix a channel."), PRIV_CHAN_ADMIN, 1, chanfix…
656 if (has_priv(req->si, PRIV_CHAN_ADMIN)) in chanfix_can_register()
/dports/irc/atheme-services/atheme-7.2.9/
H A DNEWS.md412 - moderate: New module allowing operators with PRIV_CHAN_ADMIN to moderate