summary refs log tree commit diff stats
path: root/src/fe-gtk/maingui.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-04-03 18:10:14 -0400
committerTingPing <tingping@tingping.se>2013-04-03 18:10:14 -0400
commit86cf7de430ce9d1d255ec82476aca5ffd5146dd9 (patch)
tree786e034fa1ef8843eef289f6e52a1e1a96497b8f /src/fe-gtk/maingui.c
parent477d7470c1da3fae092687d0dbf5dbab5d37633a (diff)
add %u to userlist popups for account
Diffstat (limited to 'src/fe-gtk/maingui.c')
-rw-r--r--src/fe-gtk/maingui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/maingui.c b/src/fe-gtk/maingui.c
index 816a93f7..e8479904 100644
--- a/src/fe-gtk/maingui.c
+++ b/src/fe-gtk/maingui.c
@@ -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);