mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-21 07:29:13 +08:00
Add comments for kick event
This commit is contained in:
parent
1f2ff04c45
commit
cd8665b440
@ -346,6 +346,7 @@ internal class GroupOrMemberListNoticeProcessor(
|
||||
member.cancel(CancellationException("Left actively"))
|
||||
}
|
||||
}
|
||||
// 03 包括 bot 是群主, 管理员踢出群成员
|
||||
3, 0x83 -> bot.getGroupByUinOrCode(groupUin)?.let { group ->
|
||||
if (target == bot.id) {
|
||||
val member = group.members[operator] ?: return
|
||||
|
Loading…
Reference in New Issue
Block a user