From 73ec2bb182fbbedce483545a8762b8fa2c661e23 Mon Sep 17 00:00:00 2001 From: Sam Nicholls Date: Sat, 12 Jan 2013 13:17:31 +0000 Subject: [PATCH] Upgraded stats and users to core --- config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.sample b/config.json.sample index 532460a..05c37a4 100644 --- a/config.json.sample +++ b/config.json.sample @@ -13,7 +13,7 @@ }, "admins": [ "batman" ], "moderators": [ "whatever" ], - "moduleNames": [ "ignore", "admin", "command", "dice", "js", "kick", "quotes", "spelling", "youare" ], + "moduleNames": [ "ignore", "admin", "command", "dice", "js", "kick", "quotes", "spelling", "youare", "stats", "users" ], "language": "english", "debugMode": true }