mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Removed Twitch TOS strike and commercial shill as WS PubSub is dead
This commit is contained in:
@@ -442,14 +442,6 @@ public static class BuiltIn
|
||||
ValueType = SettingValueType.Complex
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
{
|
||||
Key = Keys.TwitchShillRestreamOnCommercial,
|
||||
Regex = BooleanRegex,
|
||||
Description = "Whether to shill the ad-free restream on commercial",
|
||||
Default = "true",
|
||||
ValueType = SettingValueType.Boolean
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
{
|
||||
Key = Keys.KiwiFarmsInactivityTimeout,
|
||||
Regex = WholeNumberRegex,
|
||||
@@ -603,13 +595,6 @@ public static class BuiltIn
|
||||
ValueType = SettingValueType.Text
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
{
|
||||
Key = Keys.TwitchCommercialRestreamShillMessage,
|
||||
Description = "The specific restream to shill when a commercial is detected if shilling is enabled",
|
||||
Default = "No commercial restream shill message set",
|
||||
ValueType = SettingValueType.Text
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
{
|
||||
Key = Keys.BotChrisDjLiveImage,
|
||||
Description = "Image that the bot will send when ChrisDJ goes live",
|
||||
@@ -1030,7 +1015,6 @@ public static class BuiltIn
|
||||
public static string ChipsggBmjUserIds = "Chipsgg.BmjUserIds";
|
||||
public static string RestreamUrl = "RestreamUrl";
|
||||
public static string KiwiFarmsCookies = "KiwiFarms.Cookies";
|
||||
public static string TwitchShillRestreamOnCommercial = "Twitch.ShillRestreamOnCommercial";
|
||||
public static string KiwiFarmsInactivityTimeout = "KiwiFarms.InactivityTimeout";
|
||||
public static string KiwiFarmsPingInterval = "KiwiFarms.PingInterval";
|
||||
public static string JuiceLoserDivision = "Juice.LoserDivision";
|
||||
@@ -1051,7 +1035,6 @@ public static class BuiltIn
|
||||
public static string BotImageAcceptableKeys = "Bot.Image.AcceptableKeys";
|
||||
public static string BotToyStoryImage = "Bot.ToyStoryImage";
|
||||
public static string BotImageRandomSliceDivideBy = "Bot.Image.RandomSliceDivideBy";
|
||||
public static string TwitchCommercialRestreamShillMessage = "Twitch.CommercialRestreamShillMessage";
|
||||
public static string BotChrisDjLiveImage = "Bot.ChrisDjLiveImage";
|
||||
public static string DiscordTemporarilyBypassGambaSeshInitialValue =
|
||||
"Discord.TemporarilyBypassGambaSeshInitialValue";
|
||||
|
||||
Reference in New Issue
Block a user