Home
last modified time | relevance | path

Searched refs:MC_FORCEVERBOSE (Results 1 – 4 of 4) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dmain.c147 mc->flags |= MC_FORCEVERBOSE; in chanserv()
149 mc->flags &= ~MC_FORCEVERBOSE; in chanserv()
177 mc->flags |= MC_FORCEVERBOSE; in chanserv()
179 mc->flags &= ~MC_FORCEVERBOSE; in chanserv()
/dports/irc/atheme-services/atheme-7.2.9/modules/botserv/
H A Dmain.c406 mc->flags |= MC_FORCEVERBOSE; in botserv_channel_handler()
408 mc->flags &= ~MC_FORCEVERBOSE; in botserv_channel_handler()
436 mc->flags |= MC_FORCEVERBOSE; in botserv_channel_handler()
438 mc->flags &= ~MC_FORCEVERBOSE; in botserv_channel_handler()
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Daccount.h195 #define MC_FORCEVERBOSE 0x20000000 /* fantasy cmd in progress, be verbose */ macro
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dservices.c366 if ((MC_VERBOSE | MC_FORCEVERBOSE) & mychan->flags) in verbose()