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-04 13:22:03 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
04e73c8d5ff5d28079a6f9052ff8fea566f4af0c
KfChatDotNet
/
KfChatDotNetBot
/
Commands
History
barelyprofessional
04e73c8d5f
Added a feature to replay buffered messages while chat is offline (up to a limit of the 10 latest by default) and changed the sent message tracking to pass-by-reference instead of exclusively using GUIDs. The GUIDs still exist for scenarios where you can't pass a reference to the object around.
2024-09-15 23:00:26 +08:00
..
AdminCommands.cs
Moved cache clear command to admin commands
2024-09-07 19:03:37 +08:00
HowlggCommands.cs
Forgot to include these files in the previous commit
2024-08-23 12:31:53 +08:00
ICommand.cs
Updated commands to remove the hide from help property, instead set the help text to null for whenever that eventually gets implemented.
2024-08-23 12:31:33 +08:00
JuiceCommand.cs
Added a feature to make juicers way less generous for loser users
2024-09-14 16:38:45 +08:00
MemeCommands.cs
Added winmanjack
2024-09-14 17:06:14 +08:00
RainbetCommands.cs
Updated commands to remove the hide from help property, instead set the help text to null for whenever that eventually gets implemented.
2024-08-23 12:31:33 +08:00
RestreamCommands.cs
Added a command to query the restream
2024-08-30 22:26:41 +08:00
TestCommands.cs
Added a feature to replay buffered messages while chat is offline (up to a limit of the 10 latest by default) and changed the sent message tracking to pass-by-reference instead of exclusively using GUIDs. The GUIDs still exist for scenarios where you can't pass a reference to the object around.
2024-09-15 23:00:26 +08:00
TimeCommand.cs
Updated commands to remove the hide from help property, instead set the help text to null for whenever that eventually gets implemented.
2024-08-23 12:31:33 +08:00
UtilityCommands.cs
All the ancillary services have been moved out of the chatbot's class and relocated to a separate file. THe code is still very messy but at least it'll make the main bot easier to navigate.
2024-09-01 00:53:44 +08:00
WhoisCommand.cs
Added fuzzy string matching as a fallback to the whois command
2024-09-15 13:48:14 +08:00