mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-21 11:35:11 +08:00
Fix GroupAllowConfessTalkEvent
; fix #1622
This commit is contained in:
parent
ffbe50c1fb
commit
d0171878ff
@ -277,7 +277,14 @@ internal class GroupNotificationProcessor(
|
||||
return
|
||||
}
|
||||
}
|
||||
collect(GroupAllowConfessTalkEvent(new, !new, group, false))
|
||||
collect(
|
||||
GroupAllowConfessTalkEvent(
|
||||
origin = !new,
|
||||
new = new,
|
||||
group = group,
|
||||
isByBot = false
|
||||
)
|
||||
)
|
||||
//群特殊头衔授予
|
||||
} else if (message.endsWith(">头衔")) {
|
||||
message.parseToMessageDataList().let { seq ->
|
||||
|
Loading…
Reference in New Issue
Block a user