From 8d8d32fcc9a8e48860076a219de984f0adeb7efc Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 20 Apr 2013 10:26:04 +0000 Subject: [PATCH] debugMode should be false by default --- config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.sample b/config.json.sample index fb89866..e982e5e 100644 --- a/config.json.sample +++ b/config.json.sample @@ -15,6 +15,6 @@ "moderators": [ "whatever" ], "moduleNames": [ "ignore", "admin", "command", "dice", "js", "kick", "quotes", "spelling", "youare", "timers", "stats", "users", "link" ], "language": "en", - "debugMode": true, + "debugMode": false, "version": "Depressionbot IRC bot 0.4-dev - Lovingly crafted by The DepressionBot Foundation (a charity arm of the Official Aberystwyth Open Source International Development League)." }