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