mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 18:54:13 +00:00
IgnoreList: Add and Populate fully working
This commit is contained in:
11
dChatServer/ChatIgnoreList.h
Normal file
11
dChatServer/ChatIgnoreList.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __CHATIGNORELIST__H__
|
||||
#define __CHATIGNORELIST__H__
|
||||
|
||||
struct Packet;
|
||||
|
||||
namespace ChatIgnoreList {
|
||||
void GetIgnoreList(Packet* packet);
|
||||
void AddIgnore(Packet* packet);
|
||||
};
|
||||
|
||||
#endif //!__CHATIGNORELIST__H__
|
Reference in New Issue
Block a user