From 2ac4f981b77517551a4d2a5eee7040bdb3b90a36 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Fri, 13 Nov 2015 20:23:49 +0100 Subject: [PATCH] Fix defaults in previous commit --- botconfig.py.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/botconfig.py.example b/botconfig.py.example index 8378a65..cc949f8 100644 --- a/botconfig.py.example +++ b/botconfig.py.example @@ -30,9 +30,9 @@ ADMINS_ACCOUNTS = ("1admin_acc", "2admin_acc") ALLOWED_NORMAL_MODE_COMMANDS = [] # Debug mode commands to be allowed in normal mode -DISABLE_DEBUG_MODE_REAPER = False -DISABLE_DEBUG_MODE_STASIS = False -DISABLE_DEBUG_MODE_TIMERS = False +DISABLE_DEBUG_MODE_REAPER = True +DISABLE_DEBUG_MODE_STASIS = True +DISABLE_DEBUG_MODE_TIMERS = True DISABLE_DEBUG_MODE_TIME_LORD = False ALT_CHANNELS = ""