From bab2a6e1987c603075b360989faab3b28e7a3ea8 Mon Sep 17 00:00:00 2001 From: Dico200 Date: Sun, 15 Mar 2015 02:20:41 +0100 Subject: [PATCH] Added pmtoggle to shared["load_modules"] in main --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"] = {}