summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.py b/main.py
index ac06c94..7410097 100644
--- a/main.py
+++ b/main.py
@@ -71,7 +71,9 @@ shared["load_modules"] = [
# Adds /an, a command you can use to share thoughts/plans/news
"imout",
#adds snowbrawl minigame
- "snowbrawl"
+ "snowbrawl",
+ # Adds /tm [player] for a messages to be sent to this player via /msg
+ "pmtoggle"
# NOTICE: If you add something here, please add a small descriptive comment above!
]
shared["modules"] = {}