Removing ignore works now

This commit is contained in:
David Markowitz
2023-11-18 17:33:52 -08:00
parent df3515f474
commit 511407c8ea
5 changed files with 106 additions and 61 deletions

View File

@@ -6,6 +6,7 @@ struct Packet;
namespace ChatIgnoreList {
void GetIgnoreList(Packet* packet);
void AddIgnore(Packet* packet);
void RemoveIgnore(Packet* packet);
};
#endif //!__CHATIGNORELIST__H__