add %u to userlist popups for account

This commit is contained in:
TingPing
2013-04-03 18:10:14 -04:00
parent 477d7470c1
commit 86cf7de430
5 changed files with 16 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ ctcp_reply (session *sess, char *nick, char *word[], char *word_eol[],
/* process %C %B etc */
check_special_chars (conf, TRUE);
auto_insert (tbuf, sizeof (tbuf), conf, word, word_eol, "", "", word_eol[5],
server_get_network (sess->server, TRUE), "", "", nick);
server_get_network (sess->server, TRUE), "", "", nick, "");
free (conf);
handle_command (sess, tbuf, FALSE);
}