Home
last modified time | relevance | path

Searched refs:CA_HALFOP (Results 1 – 10 of 10) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/include/
H A Daccount.h228 #define CA_HALFOP 0x00000400 /* Ability to use /msg X halfop */ macro
243 #define CA_HOP_DEF (CA_VOICE | CA_HALFOP | CA_AUTOHALFOP | CA_TOPIC | CA_ACLVIEW)
244 #define CA_AOP_DEF (CA_VOICE | CA_HALFOP | CA_OP | CA_AUTOOP | CA_TOPIC | CA_ACLVIEW)
249 …P | CA_TOPIC | CA_SET | CA_REMOVE | CA_INVITE | CA_RECOVER | CA_FLAGS | CA_HALFOP | CA_ACLVIEW | C…
256 …OICE | CA_OP | CA_AUTOOP | CA_SET | CA_REMOVE | CA_RECOVER | CA_FLAGS | CA_HALFOP | CA_AUTOHALFOP …
259 …P | CA_TOPIC | CA_SET | CA_REMOVE | CA_INVITE | CA_RECOVER | CA_FLAGS | CA_HALFOP | CA_AUTOHALFOP …
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dflags.c45 ['h'] = {CA_HALFOP, 0, true, "halfop"},
323 if (flags & CA_HALFOP) in allow_flags()
352 ca_all &= ~(CA_HALFOP | CA_AUTOHALFOP); in update_chanacs_flags()
H A Daccount.c1086 if (flags & CA_HALFOP) in add_auto_flags()
/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dhalfop.c72 if (!chanacs_source_has_flag(mc, si, CA_HALFOP)) in cmd_halfop()
105 …>su != tu) && (mc->flags & MC_SECURE) && !chanacs_user_has_flag(mc, tu, CA_HALFOP) && !chanacs_use… in cmd_halfop()
H A Dsync.c188 if (fl & (CA_AUTOHALFOP | CA_HALFOP)) in do_chanuser_sync()
293 CA_OP | CA_AUTOHALFOP | CA_HALFOP | CA_AUTOVOICE | CA_VOICE)) == 0) in sync_channel_acl_change()
H A Dmain.c562 else if (secure && (cu->modes & ircd->halfops_mode) && !(flags & CA_HALFOP)) in cs_join()
754 if (ircd->uses_halfops && !(accessfl & (CA_OP | CA_AUTOOP | CA_HALFOP | CA_AUTOHALFOP))) in cs_topiccheck()
941 …char == ircd->halfops_mchar[1] && !(chanacs_user_flags(mc, cu->user) & (CA_HALFOP | CA_AUTOHALFOP)… in cs_bounce_mode_change()
H A Dxop.c499 else if (ca->level & (CA_HALFOP | CA_AUTOHALFOP | CA_TOPIC)) in cs_cmd_forcexop()
/dports/irc/atheme-services/atheme-7.2.9/modules/scripting/perl/lib/Atheme/
H A DChanAcs.pm14 CA_HALFOP => 0x00000400, constant
/dports/irc/atheme-services/atheme-7.2.9/modules/backend/
H A Dflatfile.c524 …P | CA_TOPIC | CA_SET | CA_REMOVE | CA_INVITE | CA_RECOVER | CA_FLAGS | CA_HALFOP | CA_AUTOHALFOP … in flatfile_db_load()
533 if (fl & CA_OP && !(their_ca_all & CA_HALFOP) && ca_all & CA_HALFOP) in flatfile_db_load()
534 fl |= CA_HALFOP; in flatfile_db_load()
/dports/irc/atheme-services/atheme-7.2.9/modules/contrib/
H A Dcs_updown.c118 if (fl & (CA_AUTOHALFOP | CA_HALFOP)) in cs_cmd_up()