summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 00:03:49 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 00:03:49 +0100
commitbc2c5196b2f20af0faea4c7ff6723853694dc471 (patch)
tree56f5216c2d08df6068646b4f443ba74bb51b9ce2 /main.py
parent8cc089a11b3df677e576fb7d6e02ae5fe933d0d8 (diff)
added snowbrawl to modules
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 3 insertions, 1 deletions
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"] = {}