[Cleanup] Remove bot-based saylink method (#3852)

# Notes
- With the new saylink functionality, bots no longer need their own saylink method.
This commit is contained in:
Alex King
2024-01-07 00:48:37 -05:00
committed by GitHub
parent c0769a9c29
commit 1227f35382
5 changed files with 34 additions and 108 deletions
-2
View File
@@ -659,8 +659,6 @@ public:
void SetBotEnforceSpellSetting(bool enforcespellsettings, bool save = false);
bool GetBotEnforceSpellSetting() const { return m_enforce_spell_settings; }
std::string CreateSayLink(Client* botOwner, const char* message, const char* name);
// Class Destructors
~Bot() override;