- Timestamp:
- Jul 3, 2015, 4:16:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/ListKnownPlayers.cs
r233 r238 9 9 public override string GetDescription () 10 10 { 11 return "lists all players that were ever online (optionally filtered)"; 11 return "lists all players that were ever online"; 12 } 13 14 public override string GetHelp () { 15 return "Usage:\n" + 16 " 1. listknownplayers\n" + 17 " 2. listknownplayers -online\n" + 18 " 3. listknownplayers -notbanned\n" + 19 " 4. listknownplayers <player name>\n" + 20 "1. Lists all players that have ever been online\n" + 21 "2. Lists only the players that are currently online\n" + 22 "3. Lists only the players that are not banned\n" + 23 "4. Lists all players whose name contains the given string"; 12 24 } 13 25
Note:
See TracChangeset
for help on using the changeset viewer.