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

@@ -2141,7 +2141,7 @@ mg_dialog_button_cb (GtkWidget *wid, char *cmd)
auto_insert (buf, sizeof (buf), cmd, 0, 0, "", "", "",
server_get_network (current_sess->server, TRUE), host, "",
current_sess->channel);
current_sess->channel, "");
handle_command (current_sess, buf, TRUE);