From 1ad6651e5229a2f4881fd0dcce5e671c75d0b149 Mon Sep 17 00:00:00 2001 From: Gap Date: Wed, 14 Jan 2015 18:36:03 +0100 Subject: [PATCH] Adds AdminNotes --- main.py | 2 ++ 1 file changed, 2 insertions(+) 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! ]