From bc2c5196b2f20af0faea4c7ff6723853694dc471 Mon Sep 17 00:00:00 2001 From: PanFritz Date: Sat, 17 Jan 2015 00:03:49 +0100 Subject: [PATCH] added snowbrawl to modules --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 2c55ada..7d92f5e 100644 --- a/main.py +++ b/main.py @@ -69,7 +69,9 @@ shared["load_modules"] = [ # Adds /imout, displays fake leave/join messages "adminnotes", # Adds /an, a command you can use to share thoughts/plans/news - "imout" + "imout", + #adds snowbrawl minigame + "snowbrawl.py" # NOTICE: If you add something here, please add a small descriptive comment above! ] shared["modules"] = {}