fix for moderators not being loaded correctly

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2012-10-12 13:44:23 +10:00
parent 211df7c89d
commit fed6625e07
3 changed files with 23 additions and 4 deletions
+3 -2
View File
@@ -168,9 +168,10 @@
usr << "\red Not a good cop"
return
message_admins("[usr] manually reloaded admins.txt")
usr << "You reload admins.txt"
message_admins("[usr] manually reloaded admins.txt and moderators.txt")
usr << "You reload admins.txt and moderators.txt"
world.load_admins()
world.load_mods()
feedback_add_details("admin_verb","RLDA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
//todo: