This website requires JavaScript.
Explore
Help
Sign In
Salastil
/
KfChatDotNet
Watch
1
Star
0
Fork
0
You've already forked KfChatDotNet
mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced
2026-05-02 04:22:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3ca9e1278b9de15c5bf0e534af0eaed50b418bd6
KfChatDotNet
/
KfChatDotNetBot
History
barelyprofessional
3ca9e1278b
Log spam
2025-10-26 10:43:58 -05:00
..
Commands
Planes fair and honest 1.1 update
2025-10-23 17:41:38 -05:00
Extensions
Migrated away from extension methods for pretty much all the money stuff as it turns out it passes a copy of the object and not a reference. This was causing a lot of weird behavior probably due to EF change tracking.
2025-09-24 00:58:45 -05:00
Migrations
Added the initial framework for the new Money system.
2025-08-20 14:59:09 -05:00
Models
Added property for when a sent message was last edited
2025-10-09 00:48:24 -05:00
Services
Added more logging and error checking for DLive as it's a piece of shit
2025-10-25 17:44:32 -05:00
Settings
Fix bad default for exit on death
2025-10-18 11:33:38 -05:00
ApplicationDbContext.cs
Added the initial framework for the new Money system.
2025-08-20 14:59:09 -05:00
ChatBot.cs
Log spam
2025-10-26 10:43:58 -05:00
config.json
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
KfChatDotNetBot.csproj
Testing out RandN for better quality random. Also took out seeds until I can find a way to implement it that doesn't completely break gambling
2025-10-05 01:40:05 -05:00
NLog.config
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
NLog.xsd
Renamed the bot from KickBot -> ChatBot and removed the reference to Kick in the project name
2024-07-26 16:50:39 +08:00
Program.cs
Did a massive overhaul of settings where it now uses an attribute and reflection to populate the DB. Gets rid of the enormous array and makes it a one-step process to create settings.
2025-10-18 03:45:23 -05:00