public override void OnTradeAccept() { if (Validate() || IsAdmin) { Bot.SteamFriends.SendChatMessage(OtherSID, EChatEntryType.ChatMsg, "Thanks"); Bot.SteamFriends.SendChatMessage(OtherSID, EChatEntryType.ChatMsg, "Bye and have a nice day"); Bot.CountInventory(); Log.Success("Request completed"); Bot.NewRequest(MySQL.RequestStatus.Success); } }