Don't show join messages on subsequent /join commands

This commit is contained in:
James Booth
2014-10-18 00:40:44 +01:00
parent 8fadb1032a
commit 014f0f7a91
3 changed files with 12 additions and 1 deletions

View File

@@ -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);