Add connected command to versioning files

This commit is contained in:
Marcus Whybrow 2012-08-11 22:25:22 +01:00
parent 8618de4edb
commit 674071d6e7
2 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,8 @@ console_command XP "xp <player> <amount>" \
"CONSOLE: Giving <amount> exp to <player>" \ "CONSOLE: Giving <amount> exp to <player>" \
"Can't find user <player>" \ "Can't find user <player>" \
"Invalid exp count: <amount>" "Invalid exp count: <amount>"
console_command CONNECTED "list" \
"Connected players:"
console_command TIME_SET "time set <time>" \ console_command TIME_SET "time set <time>" \
"CONSOLE: Set time to <time>" \ "CONSOLE: Set time to <time>" \

View File

@ -34,6 +34,9 @@ console_command XP "xp <amount> <player>" \
"'<amount>' is not a valid number" \ "'<amount>' is not a valid number" \
"The number you have entered (<amount>) is too small, it must be at least 0" "The number you have entered (<amount>) is too small, it must be at least 0"
console_command CONNECTED "list" \
"(.*)?(, .*)*"
console_command SAVE_ON "save-on" \ console_command SAVE_ON "save-on" \
"Turned on world auto-saving" "Turned on world auto-saving"
console_command SAVE_OFF "save-off" \ console_command SAVE_OFF "save-off" \