[Cleanup] Cleanup #show ip_lookup Message (#5005)

* [Cleanup] Cleanup #show ip_lookup Message

* Test

* Update clientlist.cpp
This commit is contained in:
Alex King
2025-08-30 13:05:18 -04:00
committed by GitHub
parent 0c65a4febe
commit 822a5dcac4
3 changed files with 79 additions and 34 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public:
void SendClientVersionSummary(const char *Name);
void SendLFGMatches(ServerLFGMatchesRequest_Struct *LFGMatchesRequest);
void ConsoleSendWhoAll(const char* to, int16 admin, Who_All_Struct* whom, WorldTCPConnection* connection);
void SendCLEList(const int16& admin, const char* to, WorldTCPConnection* connection, const char* iName = 0);
void SendCLEList(const int16& admin, const char* to, WorldTCPConnection* connection, const char* search_criteria = 0);
bool SendPacket(const char* to, ServerPacket* pack);