summary refs log tree commit diff stats
path: root/src/common/outbound.c
diff options
context:
space:
mode:
authorFarow <farow_spam@lavabit.com>2013-10-13 22:39:17 +0300
committerTingPing <tingping@tingping.se>2013-10-22 13:35:28 -0400
commitbb5d589c795918a3353d9d9537768d7dc2c1d8dd (patch)
tree513853973452274b6c2d8d76eba162c5128b2821 /src/common/outbound.c
parent6d3c176ff83052f35c0eed2ffd7aa35bf69315fb (diff)
Open channel list window on /list
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r--src/common/outbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c
index 879d0337..0b37caf5 100644
--- a/src/common/outbound.c
+++ b/src/common/outbound.c
@@ -2477,7 +2477,7 @@ cmd_lastlog (struct session *sess, char *tbuf, char *word[], char *word_eol[])
 static int
 cmd_list (struct session *sess, char *tbuf, char *word[], char *word_eol[])
 {
-	sess->server->p_list_channels (sess->server, word_eol[2], 1);
+	fe_open_chan_list (sess->server, word_eol[2], TRUE);
 
 	return TRUE;
 }