Home
last modified time | relevance | path

Searched refs:MU_QUIETCHG (Results 1 – 5 of 5) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/nickserv/
H A Dset_quietchg.c32 return ( mu->flags & MU_QUIETCHG ) == MU_QUIETCHG; in has_quietchg()
70 if (MU_QUIETCHG & si->smu->flags) in ns_cmd_set_quietchg()
78 si->smu->flags |= MU_QUIETCHG; in ns_cmd_set_quietchg()
86 if (!(MU_QUIETCHG & si->smu->flags)) in ns_cmd_set_quietchg()
94 si->smu->flags &= ~MU_QUIETCHG; in ns_cmd_set_quietchg()
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dflags.c68 { 'Q', MU_QUIETCHG },
H A Dconf.c62 { "QUIETCHG", MU_QUIETCHG },
H A Dservices.c758 if (to->myuser != NULL && to->myuser->flags & MU_QUIETCHG) in change_notify()
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Daccount.h114 #define MU_QUIETCHG 0x00004000 macro