summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-03-15 02:20:41 +0100
committerjomo <github@jomo.tv>2015-03-15 03:00:18 +0100
commitdc307fc5f0797409c36838dcd5288b0aff3fb69f (patch)
treea84f91e176b0c8ce497072ea475d371910574d00 /main.py
parent611d52ea2b18987d930f5172e98ad001a5046b26 (diff)
cherry-pick pmtoggle into master
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 cd3d01a..fa4756f 100644
--- a/main.py
+++ b/main.py
@@ -67,7 +67,9 @@ shared["load_modules"] = [
# Adds /check, useful to lookup details about a player
"check",
# Adds /imout, displays fake leave/join messages
- "imout"
+ "imout",
+ # 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"] = {}