Home
last modified time | relevance | path

Searched refs:OPER_HACK_ANY (Results 1 – 2 of 2) sorted by relevance

/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc_commands.c544 if (irc->status & OPER_HACK_ANY) { in irc_cmd_oper()
598 irc->status &= ~OPER_HACK_ANY; in irc_cmd_oper_hack()
H A Dirc.h67 OPER_HACK_ANY = 0x3700, /* To check for them all at once. */ enumerator