feat(Core/Commands): Add .spellinfo command with subcommands (#24867)

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew 2026-02-26 05:49:33 -03:00 committed by GitHub
parent 450e0c0292
commit 5cf9ae11a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 998 additions and 0 deletions

View file

@ -56,6 +56,7 @@ void AddSC_reset_commandscript();
void AddSC_send_commandscript();
void AddSC_server_commandscript();
void AddSC_spectator_commandscript();
void AddSC_spellinfo_commandscript();
void AddSC_tele_commandscript();
void AddSC_ticket_commandscript();
void AddSC_titles_commandscript();
@ -109,6 +110,7 @@ void AddCommandsScripts()
AddSC_send_commandscript();
AddSC_server_commandscript();
AddSC_spectator_commandscript();
AddSC_spellinfo_commandscript();
AddSC_tele_commandscript();
AddSC_ticket_commandscript();
AddSC_titles_commandscript();