about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-13 02:52:25 +0100
committerJames Booth <boothj5@gmail.com>2014-04-13 02:52:25 +0100
commit71180f66d77fdd7db9dc0048fe2993bcbe044c6e (patch)
treee11ae7dbfe095876eb02500d8aa24114c75797c0 /src/command/commands.c
parentf332b6681ee245dc781798e12ec0efe6effa34a4 (diff)
downloadprofani-tty-71180f66d77fdd7db9dc0048fe2993bcbe044c6e.tar.gz
Added focus param to ui_room_join, not set for bookmark autojoin
Issue #194
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index a7deb17a..fd7523fa 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -1663,7 +1663,7 @@ cmd_join(gchar **args, struct cmd_help_t help)
     if (!muc_room_is_active(room)) {
         presence_join_room(room, nick, passwd);
     }
-    ui_room_join(room);
+    ui_room_join(room, TRUE);
     muc_remove_invite(room);
 
     jid_destroy(room_arg);