Log who uses telnet.stopserver.

This commit is contained in:
Wilee999 2014-01-19 13:20:44 -08:00
parent 1a5ff8a258
commit 2ef8f3daf3
1 changed files with 1 additions and 0 deletions

View File

@ -382,6 +382,7 @@ public final class BT_ClientSession extends Thread
else if (command.equalsIgnoreCase("telnet.stopserver"))
{
writeOut("Shutting down the server...\r\n");
BT_Log.warning(this.userName + " has shutdown the server.");
System.exit(0);
}
else if (command.equalsIgnoreCase("telnet.log"))