From 02e45d17991af706408e362dd3a42f511fa10bec Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 21 Mar 2013 00:33:35 -0400 Subject: [PATCH] disable foodforus by default --- phenny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phenny b/phenny index f206f19..8c59aed 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', 'linx'] + exclude = ['admin', 'linx', 'foodforus'] ignore = ['']