mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Didn't work but I'm half convinced cookie containers never fucking work in .NET anyway so trying the shitty Rainbet hack since that at least was good enough to establish the WebSocket
This commit is contained in:
@@ -584,6 +584,8 @@ public static class BuiltIn
|
||||
public static string WinnaEnabled = "Winna.Enabled";
|
||||
[BuiltInSetting("BossmanJack's Winna username", SettingValueType.Text, "ImBossmanJack")]
|
||||
public static string WinnaBmjUsername = "Winna.BmjUsername";
|
||||
[BuiltInSetting("Array of cookies as a shitty hack to get Winna going", SettingValueType.Array, "[]")]
|
||||
public static string WinnaCookies = "Winna.Cookies";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user