From b4b54317d7727d27218fcc209c3065ea4dd639af Mon Sep 17 00:00:00 2001 From: Deathmax Date: Fri, 1 Jul 2011 20:53:59 +0800 Subject: [PATCH] /w is now an alias for /whisper --- TShockAPI/Commands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 88dcda7b..ae093d78 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -145,6 +145,7 @@ namespace TShockAPI ChatCommands.Add(new Command("rules", "", Rules)); ChatCommands.Add(new Command("displaylogs", "logs", Rules)); ChatCommands.Add(new Command("whisper", "whisper", Whisper)); + ChatCommands.Add(new Command("w", "whisper", Whisper)); ChatCommands.Add(new Command("tell", "whisper", Whisper)); if (ConfigurationManager.DistributationAgent != "terraria-online") {