summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-03-15 02:20:41 +0100
committerDico200 <dico.karssiens@gmail.com>2015-03-15 02:20:41 +0100
commitbab2a6e1987c603075b360989faab3b28e7a3ea8 (patch)
tree39569ebb4ff3e9e90c1ddbc4833d3827166d3008 /main.py
parent5a669893b4f68f7c0be727ea63ff8e601d7dc9fd (diff)
Added pmtoggle to shared["load_modules"] in main
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 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"] = {}