Fix crash on missing parameters with IRC /kick command (#3382)

This commit is contained in:
pajlada
2021-12-04 16:37:53 +01:00
committed by GitHub
parent 3fcb6346f5
commit 568f65213d
2 changed files with 18 additions and 4 deletions
+1
View File
@@ -62,6 +62,7 @@
- Bugfix: Fixed the first usercard being broken in `/mods` and `/vips` (#3349)
- Bugfix: Fixed Chatterino attempting to send empty messages (#3355)
- Bugfix: Fixed IRC highlights not triggering sounds or alerts properly. (#3368)
- Bugfix: Fixed IRC /kick command crashing if parameters were malformed. (#3382)
- Dev: Add GitHub action to test builds without precompiled headers enabled. (#3327)
- Dev: Renamed CMake's build option `USE_SYSTEM_QT5KEYCHAIN` to `USE_SYSTEM_QTKEYCHAIN`. (#3103)
- Dev: Add benchmarks that can be compiled with the `BUILD_BENCHMARKS` CMake flag. Off by default. (#3038)