From 58b424a9232dd215afbaf95e8831f09b1a0169c1 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 30 Oct 2014 22:02:23 +0100 Subject: notify_messages is of course True by default --- src/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.py b/src/config.py index 0504dbd5..bd703c5a 100644 --- a/src/config.py +++ b/src/config.py @@ -77,6 +77,7 @@ DEFAULT_CONFIG = { 'max_messages_in_memory': 2048, 'max_nick_length': 25, 'muc_history_length': 50, + 'notify_messages': True, 'open_all_bookmarks': False, 'password': '', 'plugins_autoload': '', -- cgit v1.2.3