From 42c7baf2c5925980ded876c80a0f428629a0b809 Mon Sep 17 00:00:00 2001 From: jcao219 Date: Wed, 27 Jul 2011 15:22:26 -0500 Subject: [PATCH] (continue the last commit) --- botconfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/botconfig.py b/botconfig.py index 27cb0f9..6ff9a7f 100644 --- a/botconfig.py +++ b/botconfig.py @@ -6,4 +6,5 @@ NICK = "wolfbot" OWNER = "unaffiliated/wolfbot_admin1" ADMINS = ("unaffiliated/wolfbot_admin1", "unaffiliated/wolfbot_admin2") CMD_CHAR = "!" -CHANGING_HOST_QUIT_MESSAGE = "Changing host" \ No newline at end of file +CHANGING_HOST_QUIT_MESSAGE = "Changing host" +DEBUG_MODE = False \ No newline at end of file