added snowbrawl to modules

This commit is contained in:
PanFritz
2015-01-17 00:03:49 +01:00
parent 8cc089a11b
commit bc2c5196b2

View File

@@ -69,7 +69,9 @@ shared["load_modules"] = [
# Adds /imout, displays fake leave/join messages # Adds /imout, displays fake leave/join messages
"adminnotes", "adminnotes",
# Adds /an, a command you can use to share thoughts/plans/news # 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! # NOTICE: If you add something here, please add a small descriptive comment above!
] ]
shared["modules"] = {} shared["modules"] = {}