summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorGap <l.uisv.gt@icloud.com>2015-01-14 18:36:03 +0100
committerGap <l.uisv.gt@icloud.com>2015-01-14 18:36:03 +0100
commit1ad6651e5229a2f4881fd0dcce5e671c75d0b149 (patch)
tree6112a5ce44ac283b6511c3c06aa45ff7ecd75f28 /main.py
parent3f9e647e2571bdb8a8d38134633bc5253428b533 (diff)
Adds AdminNotes
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.py b/main.py
index cd3d01a..2c55ada 100644
--- a/main.py
+++ b/main.py
@@ -67,6 +67,8 @@ shared["load_modules"] = [
# Adds /check, useful to lookup details about a player
"check",
# Adds /imout, displays fake leave/join messages
+ "adminnotes",
+ # Adds /an, a command you can use to share thoughts/plans/news
"imout"
# NOTICE: If you add something here, please add a small descriptive comment above!
]