From e0b29cabfdbf84d3fa82b903fadf06e34d0764be Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Mon, 10 Apr 2017 16:27:39 +0200 Subject: weechat: Private notify setting needs to be "3" --- weechat/tomsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weechat') diff --git a/weechat/tomsg.c b/weechat/tomsg.c index e800c16..41ade25 100644 --- a/weechat/tomsg.c +++ b/weechat/tomsg.c @@ -54,7 +54,7 @@ static struct t_hashtable *conntable; 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?"2":"1"); + weechat_buffer_set(room->buffer,"notify",private?"3":"1"); fprintf(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); -- cgit v1.2.3-54-g00ecf