# HG changeset patch # User Mikael Berthe # Date 1474713001 -7200 # Node ID f1f24ee1edfca19bd052aa854cffb8eb3e93c56b # Parent 56b0cf821f6479ccbaef9171d1a3a647781b03af Cosmetics diff -r 56b0cf821f64 -r f1f24ee1edfc mcabber/mcabber/xmpp_muc.c --- a/mcabber/mcabber/xmpp_muc.c Sun Sep 18 17:44:05 2016 +0200 +++ b/mcabber/mcabber/xmpp_muc.c Sat Sep 24 12:30:01 2016 +0200 @@ -296,7 +296,7 @@ } // muc_get_item_info(...) -// Get room member's information from xmlndata. +// Get room member's information from xmldata. // The variables must be initialized before calling this function, // because they are not touched if the relevant information is missing. // Note that *actor should be freed by the caller. @@ -697,7 +697,7 @@ flagjoins = buddy_getflagjoins(room_elt->data); if (flagjoins == flagjoins_default && settings_opt_get_int("muc_flag_joins") == 2) - flagjoins = flagjoins_all; + flagjoins = flagjoins_all; if (!our_presence && flagjoins != flagjoins_all) msgflags |= HBB_PREFIX_NOFLAG; //silent message if someone else joins, and we care about noone