ircd: ensure irc_dictionary users have names, for stats tracking.
This commit is contained in:
parent
b02a913bc8
commit
99b461bb2f
8 changed files with 15 additions and 54 deletions
|
@ -407,7 +407,7 @@ handle_encap(struct Client *client_p, struct Client *source_p,
|
|||
void
|
||||
clear_hash_parse()
|
||||
{
|
||||
cmd_dict = irc_dictionary_create(strcasecmp);
|
||||
cmd_dict = irc_dictionary_create("command", strcasecmp);
|
||||
}
|
||||
|
||||
/* mod_add_cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue