ircd: ensure irc_dictionary users have names, for stats tracking.

This commit is contained in:
William Pitcock 2016-01-09 01:22:11 -06:00
parent b02a913bc8
commit 99b461bb2f
8 changed files with 15 additions and 54 deletions

View file

@ -48,6 +48,7 @@
#include "hash.h"
#include "reject.h"
#include "whowas.h"
#include "irc_radixtree.h"
static int m_stats (struct Client *, struct Client *, int, const char **);