From 311b6cbfc42ebbf5e3d92939a2b85ab8de00410b Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sun, 16 Dec 2012 16:54:36 -0500 Subject: [PATCH] add linx to default list of disabled modules --- phenny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phenny b/phenny index d9eb607..f206f19 100755 --- a/phenny +++ b/phenny @@ -45,7 +45,7 @@ def create_default_config(fn): # These are people who will be able to use admin.py's functions... admins = [owner, 'someoneyoutrust'] # But admin.py is disabled by default, as follows: - exclude = ['admin'] + exclude = ['admin', 'linx'] ignore = ['']