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-09 07:32:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5f709464b27f4c5d106f44d0fd874fe61c4e50db
KfChatDotNet
/
KfChatDotNetBot
History
CrackmaticSoftware
5f709464b2
dice fix (
#3
)
...
* fix dice lose print * dice can now display rigged results
2025-12-08 00:16:48 +01:00
..
Commands
dice fix (
#3
)
2025-12-08 00:16:48 +01: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 admin commands for everything but abandon and close. Changed selection time weighted payout to a property instead of having different types
2025-11-25 00:54:11 -06:00
Services
Merge remote-tracking branch 'origin/master'
2025-12-07 19:59:01 +01:00
Settings
Added admin commands for everything but abandon and close. Changed selection time weighted payout to a property instead of having different types
2025-11-25 00:54:11 -06: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
net10
2025-12-05 19:55:59 -06: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