diff options
-rw-r--r-- | weechat/tomsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weechat/tomsg.c b/weechat/tomsg.c index b3ae583..0f72159 100644 --- a/weechat/tomsg.c +++ b/weechat/tomsg.c @@ -261,7 +261,7 @@ static void edit_message_msgid(struct roomdata *room, int64_t pending_id, int64_ static void room_update_attributes(struct roomdata *room){ bool private=room->nmembers==2; weechat_buffer_set(room->buffer,"localvar_set_type",private?"private":"channel"); - weechat_buffer_set(room->buffer,"notify",private?"3":"1"); + weechat_buffer_set(room->buffer,"notify",private?"3":"2"); debugf("room_update_attributes: set private for room %s to %d\n",room->name,private); if(room->conn->username){ weechat_buffer_set(room->buffer,"localvar_set_nick",room->conn->username); |