diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs
index fec2675b..1effe802 100644
--- a/TShockAPI/TSPlayer.cs
+++ b/TShockAPI/TSPlayer.cs
@@ -695,6 +695,11 @@ namespace TShockAPI
return TShock.SendBytes(Netplay.serverSock[Index], data);
}
+ ///
+ /// Adds a command callback to a specified command string.
+ ///
+ /// The string representing the command i.e "yes" == /yes
+ /// The method that will be executed on confirmation ie user accepts
public void AddResponse( string name, Action