Adds AdminNotes

This commit is contained in:
Gap
2015-01-14 18:36:03 +01:00
parent 3f9e647e25
commit 1ad6651e52

View File

@@ -67,6 +67,8 @@ shared["load_modules"] = [
# Adds /check, useful to lookup details about a player # Adds /check, useful to lookup details about a player
"check", "check",
# Adds /imout, displays fake leave/join messages # Adds /imout, displays fake leave/join messages
"adminnotes",
# Adds /an, a command you can use to share thoughts/plans/news
"imout" "imout"
# 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!
] ]