From c392c4c192233d171c4660df2c713066729b6685 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Fri, 13 Nov 2015 20:21:06 +0100 Subject: [PATCH] Add options to disable certain features in debug mode to example config --- botconfig.py.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/botconfig.py.example b/botconfig.py.example index 2b2b1a3..8378a65 100644 --- a/botconfig.py.example +++ b/botconfig.py.example @@ -30,6 +30,11 @@ 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_TIME_LORD = False + ALT_CHANNELS = "" ALLOWED_ALT_CHANNELS_COMMANDS = []