This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
OctobotStealth/Boyfriend
Octol1ttle ff166362ae
Improve performance of CommandProcessor
This improvement was accomplished by removing usages of Regex.
This also reduced unnecessary instructions by returning after a match was found instead of continuing to loop through commands
2022-10-21 11:12:43 +05:00
..
Commands Use TryGetValue instead of ContainsKey and retrieving afterwards 2022-10-21 11:09:56 +05:00
Boyfriend.cs Use TryGetValue instead of ContainsKey and retrieving afterwards 2022-10-21 11:09:56 +05:00
Boyfriend.csproj Revert links in Boyfriend.csproj 2022-10-21 11:07:33 +05:00
CommandProcessor.cs Improve performance of CommandProcessor 2022-10-21 11:12:43 +05:00
EventHandler.cs Delete SelfBanCommand, failsafe involving bots issuing commands, optimized prefixes 2022-10-18 23:46:43 +05:00
Messages.Designer.cs Guild blacklist implementation 2022-10-18 22:55:16 +05:00
Messages.resx Guild blacklist implementation 2022-10-18 22:55:16 +05:00
Messages.ru.resx Guild blacklist implementation 2022-10-18 22:55:16 +05:00
Utils.cs Use TryGetValue instead of ContainsKey and retrieving afterwards 2022-10-21 11:09:56 +05:00