chore: 优化自动禁用代码

This commit is contained in:
CalciumIon
2024-08-03 17:32:28 +08:00
parent 8af0d9f22f
commit 5acf074541
5 changed files with 23 additions and 14 deletions

View File

@@ -240,7 +240,7 @@ func testAllChannels(notify bool) error {
}
// parse *int to bool
if channel.AutoBan != nil && *channel.AutoBan == 0 {
if !channel.GetAutoBan() {
ban = false
}