From 49f1492efa82570244aa9ce7a83aee19aee6f1d6 Mon Sep 17 00:00:00 2001 From: neersighted Date: Tue, 28 Feb 2012 17:33:16 -0800 Subject: [PATCH] Default config changes --- core/config.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/core/config.py b/core/config.py index f1d1c48..f0d2fa5 100755 --- a/core/config.py +++ b/core/config.py @@ -43,15 +43,8 @@ if not os.path.exists('config'): }, "censored_strings": [ - "DCC SEND", - "1nj3ct", - "thewrestlinggame", - "startkeylogger", - "hybux", - "\\0", - "\\x01", - "!coz", - "!tell /x" + "mypass", + "mysecret" ], "admins": ["myname"] }''') + '\n')