Added pmtoggle to shared["load_modules"] in main
This commit is contained in:
4
main.py
4
main.py
@@ -71,7 +71,9 @@ shared["load_modules"] = [
|
|||||||
# Adds /an, a command you can use to share thoughts/plans/news
|
# Adds /an, a command you can use to share thoughts/plans/news
|
||||||
"imout",
|
"imout",
|
||||||
#adds snowbrawl minigame
|
#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!
|
# NOTICE: If you add something here, please add a small descriptive comment above!
|
||||||
]
|
]
|
||||||
shared["modules"] = {}
|
shared["modules"] = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user