cherry-pick pmtoggle into master

This commit is contained in:
Dico200
2015-03-15 02:20:41 +01:00
committed by jomo
parent 611d52ea2b
commit dc307fc5f0

View File

@@ -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"] = {}