on initial connection the ircd sends the luser count and in it they and I both see:
Code: Select all
I have 64 clients and 0 servers
Has anyone else seen this?
Code: Select all
I have 64 clients and 0 servers
Code: Select all
flatmap = (FLAT_MAP && !IsAnOper(sptr)) ? 1 : 0;
sendto_one(sptr, rpl_str(RPL_LUSERME), me.name, parv[0], IRCstats.me_clients, flatmap ? 0 : IRCstats.me_servers);
