s_stats.c removed, now we use new style of stats handling.

This commit is contained in:
Valery Yatsko 2008-04-04 19:54:37 +04:00
parent 074e7607a7
commit 47adde3def
17 changed files with 407 additions and 483 deletions

View file

@ -612,7 +612,7 @@ add_target(struct Client *source_p, struct Client *target_p)
/* cant clear any, full target list */
else if(USED_TARGETS(source_p) == 10)
{
ServerStats->is_tgch++;
ServerStats.is_tgch++;
add_tgchange(source_p->sockhost);
return 0;
}