Home
last modified time | relevance | path

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

/dports/irc/atheme-services/atheme-7.2.9/modules/nickserv/
H A Dregnolimit.c28 return ( mu->flags & MU_REGNOLIMIT ) == MU_REGNOLIMIT; in has_regnolimit()
72 if (mu->flags & MU_REGNOLIMIT) in ns_cmd_regnolimit()
78 mu->flags |= MU_REGNOLIMIT; in ns_cmd_regnolimit()
86 if (!(mu->flags & MU_REGNOLIMIT)) in ns_cmd_regnolimit()
92 mu->flags &= ~MU_REGNOLIMIT; in ns_cmd_regnolimit()
H A Dinfo.c357 if (MU_REGNOLIMIT & mu->flags) in ns_cmd_info()
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dentity.c179 if (mu->flags & MU_REGNOLIMIT) in linear_can_register_channel()
H A Dflags.c70 { 'r', MU_REGNOLIMIT },
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Daccount.h116 #define MU_REGNOLIMIT 0x00010000 macro