Chat spam to reaction (#3192)

This commit is contained in:
CringeArab
2024-05-30 21:24:33 +03:00
committed by GitHub
parent fd939c48cb
commit 78b4302721
7 changed files with 27 additions and 26 deletions

View File

@ -223,6 +223,7 @@ namespace lua::network
{"TRIED_KICK_PLAYER", big::Infraction::TRIED_KICK_PLAYER},
{"TRIGGERED_ANTICHEAT", big::Infraction::TRIGGERED_ANTICHEAT},
{"UNDEAD_OTR", big::Infraction::UNDEAD_OTR},
{"CHAT_SPAM", big::Infraction::CHAT_SPAM},
});
auto ns = state["network"].get_or_create<sol::table>();