From dc307fc5f0797409c36838dcd5288b0aff3fb69f Mon Sep 17 00:00:00 2001 From: Dico200 Date: Sun, 15 Mar 2015 02:20:41 +0100 Subject: cherry-pick pmtoggle into master --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.py') 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"] = {} -- cgit v1.2.3