Home
last modified time | relevance | path

Searched refs:chanacs_source_flags (Results 1 – 16 of 16) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/gameserv/
H A Dgameserv_common.h81 …allow = cu->modes != 0 || chanacs_source_flags(mc, si) & (CA_AUTOOP | CA_OP | CA_AUTOVOICE | CA_VO… in gs_do_parameters()
83 allow = cu->modes & CSTATUS_OP || chanacs_source_flags(mc, si) & (CA_AUTOOP | CA_OP); in gs_do_parameters()
/dports/irc/atheme-services/atheme-7.2.9/modules/botserv/
H A Dbottalk.c68 if (!(chanacs_source_flags(mc, si) & (CA_OP | CA_AUTOOP))) in bs_cmd_say()
134 if (!(chanacs_source_flags(mc, si) & (CA_OP | CA_AUTOOP))) in bs_cmd_act()
/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dset_limitflags.c57 if ((chanacs_source_flags(mc, si) & CA_HIGHPRIVS) != CA_HIGHPRIVS) in cs_cmd_set_limitflags()
H A Daccess.c799 restrictflags = chanacs_source_flags(mc, si); in cs_cmd_access_del()
909 restrictflags = chanacs_source_flags(mc, si); in cs_cmd_access_add()
1056 restrictflags = chanacs_source_flags(mc, si); in cs_cmd_access_set()
1197 restrictflags = chanacs_source_flags(mc, si); in cs_cmd_role_add()
1288 restrictflags = chanacs_source_flags(mc, si); in cs_cmd_role_set()
1384 restrictflags = chanacs_source_flags(mc, si); in cs_cmd_role_del()
H A Dstatus.c62 flags = chanacs_source_flags(mc, si); in cs_cmd_status()
H A Dregister.c169 fl = chanacs_source_flags(mc, si); in cs_cmd_register()
H A Dxop.c126 restrictflags = chanacs_source_flags(mc, si); in cs_xop()
150 restrictflags = chanacs_source_flags(mc, si); in cs_xop()
H A Drecover.c152 if (origin_cu != NULL || (si->su != NULL && chanacs_source_flags(mc, si) & (CA_OP | CA_AUTOOP))) in cs_cmd_recover()
H A Dakick.c273 if ((chanacs_source_flags(mc, si) & (CA_FLAGS | CA_REMOVE)) != (CA_FLAGS | CA_REMOVE)) in cs_cmd_akick_add()
467 if ((chanacs_source_flags(mc, si) & (CA_FLAGS | CA_REMOVE)) != (CA_FLAGS | CA_REMOVE)) in cs_cmd_akick_del()
H A Dtemplate.c151 restrictflags = chanacs_source_flags(mc, si); in cs_cmd_template()
H A Dmoderate.c279 fl = chanacs_source_flags(mc, &baked_si); in cs_cmd_activate()
H A Dflags.c347 restrictflags = chanacs_source_flags(mc, si); in cs_cmd_flags()
/dports/irc/atheme-services/atheme-7.2.9/modules/contrib/
H A Dcs_fregister.c134 fl = chanacs_source_flags(mc, si); in cs_cmd_fregister()
H A Dcs_userinfo.c67 restrictflags = chanacs_source_flags(mc, si); in cs_cmd_userinfo()
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Daccount.h468 E unsigned int chanacs_source_flags(mychan_t *mychan, sourceinfo_t *si);
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Daccount.c1758 unsigned int chanacs_source_flags(mychan_t *mychan, sourceinfo_t *si) in chanacs_source_flags() function