Home
last modified time | relevance | path

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

/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dfflags.c93 ca = chanacs_open(mc, mt, NULL, true, entity(si->smu)); in cs_cmd_fflags()
140 ca = chanacs_open(mc, NULL, target, true, entity(si->smu)); in cs_cmd_fflags()
H A Daccess.c767 ca = chanacs_open(mc, NULL, target, true, entity(si->smu)); in cs_cmd_access_del()
776 ca = chanacs_open(mc, mt, NULL, true, entity(si->smu)); in cs_cmd_access_del()
872 ca = chanacs_open(mc, NULL, target, true, entity(si->smu)); in cs_cmd_access_add()
881 ca = chanacs_open(mc, mt, NULL, true, entity(si->smu)); in cs_cmd_access_add()
1019 ca = chanacs_open(mc, NULL, target, true, entity(si->smu)); in cs_cmd_access_set()
1028 ca = chanacs_open(mc, mt, NULL, true, entity(si->smu)); in cs_cmd_access_set()
H A Dflags.c405 ca = chanacs_open(mc, mt, NULL, true, entity(si->smu)); in cs_cmd_flags()
483 ca = chanacs_open(mc, NULL, target, true, entity(si->smu)); in cs_cmd_flags()
H A Dxop.c230 ca = chanacs_open(mc, NULL, target, true, entity(si->smu)); in cs_xop_do_add()
278 ca = chanacs_open(mc, mt, NULL, true, entity(si->smu)); in cs_xop_do_add()
H A Dakick.c313 ca2 = chanacs_open(mc, NULL, uname, true, entity(si->smu)); in cs_cmd_akick_add()
379 ca2 = chanacs_open(mc, mt, NULL, true, entity(si->smu)); in cs_cmd_akick_add()
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Daccount.h470 E chanacs_t *chanacs_open(mychan_t *mychan, myentity_t *mt, const char *hostmask, bool create, myen…
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Daccount.c1777 chanacs_t *chanacs_open(mychan_t *mychan, myentity_t *mt, const char *hostmask, bool create, myenti… in chanacs_open() function