mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Configurable join fail limit
This commit is contained in:
@@ -525,6 +525,15 @@ public static class BuiltIn
|
||||
Default = "10",
|
||||
IsSecret = false,
|
||||
CacheDuration = TimeSpan.FromHours(1)
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
{
|
||||
Key = Keys.KiwiFarmsJoinFailLimit,
|
||||
Regex = @"\d+",
|
||||
Description = "Limit of times to fail joining the room before wiping cookies",
|
||||
Default = "2",
|
||||
IsSecret = false,
|
||||
CacheDuration = TimeSpan.FromHours(1)
|
||||
}
|
||||
];
|
||||
|
||||
@@ -575,5 +584,6 @@ public static class BuiltIn
|
||||
public static string CrackedZalgoFuckUpPosition = "Cracked.ZalgoFuckUpPosition";
|
||||
public static string WinmanjackImgUrl = "Winmanjack.ImgUrl";
|
||||
public static string BotDisconnectReplayLimit = "Bot.DisconnectReplayLimit";
|
||||
public static string KiwiFarmsJoinFailLimit = "KiwiFarms.JoinFailLimit";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user