- Timestamp:
 - Feb 22, 2023, 5:48:07 PM (3 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
binary-improvements2/CommandExtensions/src/Commands/Reply.cs
r391 r405 5 5 [UsedImplicitly] 6 6 public class Reply : ConsoleCmdAbstract { 7 p ublic override string GetDescription () {7 protected override string getDescription () { 8 8 return "send a message to the player who last sent you a PM"; 9 9 } 10 10 11 p ublic override string GetHelp () {11 protected override string getHelp () { 12 12 return "Usage:\n" + 13 13 " reply <message>\n" + … … 15 15 } 16 16 17 p ublic override string[] GetCommands () {17 protected override string[] getCommands () { 18 18 return new[] {"reply", "re"}; 19 19 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)