From c12370a0710ea3fbfb8aa5f70753580c023332c8 Mon Sep 17 00:00:00 2001 From: Mikael Berthe Date: Sat, 24 Sep 2016 12:30:01 +0200 Subject: [PATCH] Cosmetics --- mcabber/mcabber/xmpp_muc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcabber/mcabber/xmpp_muc.c b/mcabber/mcabber/xmpp_muc.c index 8f513c8..d2d1462 100644 --- a/mcabber/mcabber/xmpp_muc.c +++ b/mcabber/mcabber/xmpp_muc.c @@ -296,7 +296,7 @@ void xmpp_room_destroy(const char *room, const char *venue, const char *reason) } // 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 @@ void handle_muc_presence(const char *from, LmMessageNode *xmldata, 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 -- 2.11.4.GIT