From 014f0f7a918db62ad9fa75b4e2f8e32a208dc55c Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 18 Oct 2014 00:40:44 +0100 Subject: Don't show join messages on subsequent /join commands --- src/command/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/commands.c') diff --git a/src/command/commands.c b/src/command/commands.c index 60e07835..ecd8a7de 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -1728,7 +1728,7 @@ cmd_join(gchar **args, struct cmd_help_t help) presence_join_room(room, nick, passwd); muc_join(room, nick, passwd, FALSE); } else if (muc_roster_complete(room)) { - ui_room_join(room, TRUE); + ui_switch_to_room(room); } jid_destroy(room_arg); -- cgit 1.4.1-2-gfad0