213 |
|
sendto_one(source_p, form_str(RPL_LUSERME), |
214 |
|
from, to, Count.local, Count.myserver); |
215 |
|
sendto_one(source_p, form_str(RPL_LOCALUSERS), |
216 |
< |
from, to, Count.local, Count.max_loc, |
217 |
< |
Count.local, Count.max_loc); |
216 |
> |
from, to, Count.local, Count.max_loc); |
217 |
|
} |
218 |
|
else |
219 |
|
{ |
220 |
|
sendto_one(source_p, form_str(RPL_LUSERME), |
221 |
|
from, to, Count.total, 0); |
222 |
|
sendto_one(source_p, form_str(RPL_LOCALUSERS), |
223 |
< |
from, to, Count.total, Count.max_tot, |
225 |
< |
Count.total, Count.max_tot); |
223 |
> |
from, to, Count.total, Count.max_tot); |
224 |
|
} |
225 |
|
|
226 |
|
sendto_one(source_p, form_str(RPL_GLOBALUSERS), |
227 |
< |
from, to, Count.total, Count.max_tot, |
230 |
< |
Count.total, Count.max_tot); |
227 |
> |
from, to, Count.total, Count.max_tot); |
228 |
|
|
229 |
|
if (!ConfigServerHide.hide_servers || HasUMode(source_p, UMODE_OPER)) |
230 |
|
sendto_one(source_p, form_str(RPL_STATSCONN), from, to, |