Home
last modified time | relevance | path

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

/dports/irc/irc/irc2.11.2p3/common/
H A Dclass_def.h64 #define ConfMaxUHLocal(x) (Class(x)->maxUHLocal) macro
/dports/irc/irc/irc2.11.2p3/ircd/
H A Ds_conf.c816 if (ConfMaxHLocal(aconf) > 0 || ConfMaxUHLocal(aconf) > 0 || in attach_conf()
859 if (ConfMaxUHLocal(aconf) > 0 && in attach_conf()
860 ucnt >= ConfMaxUHLocal(aconf)) in attach_conf()