Home
last modified time | relevance | path

Searched refs:MC_RESTRICTED (Results 1 – 7 of 7) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dset_restricted.c61 if (MC_RESTRICTED & mc->flags) in cs_cmd_set_restricted()
70 mc->flags |= MC_RESTRICTED; in cs_cmd_set_restricted()
77 if (!(MC_RESTRICTED & mc->flags)) in cs_cmd_set_restricted()
86 mc->flags &= ~MC_RESTRICTED; in cs_cmd_set_restricted()
H A Dlist.c162 {"restricted", OPT_FLAG, {.flagval = &flagset}, MC_RESTRICTED}, in cs_cmd_list()
H A Dinfo.c178 if (MC_RESTRICTED & mc->flags) in cs_cmd_info()
H A Dsync.c48 …if (take && !(fl & CA_ALLPRIVS) && (mc->flags & MC_RESTRICTED) && !has_priv_user(cu->user, PRIV_JO… in do_chanuser_sync()
H A Dmain.c383 …if ((mc->flags & MC_RESTRICTED) && !(flags & CA_ALLPRIVS) && !has_priv_user(u, PRIV_JOIN_STAFFONLY… in cs_join()
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dflags.c82 { 'r', MC_RESTRICTED },
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Daccount.h182 #define MC_RESTRICTED 0x00000020 macro