Add AddReplayLockoutDuration api

This commit is contained in:
hg
2020-10-11 15:36:05 -04:00
parent 3ed7215a92
commit 77406d7322
5 changed files with 46 additions and 0 deletions
+1
View File
@@ -129,6 +129,7 @@ public:
void AddLockout(const std::string& event_name, uint32_t seconds);
void AddLockoutDuration(const std::string& event_name, int seconds, bool members_only = true);
void AddReplayLockout(uint32_t seconds);
void AddReplayLockoutDuration(int seconds, bool members_only = true);
bool HasLockout(const std::string& event_name);
bool HasReplayLockout();
void RemoveLockout(const std::string& event_name);