mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
fix
(cherry picked from commit e0a0caa3cc7446ef1705a0dbcc49a4155171e27b)
This commit is contained in:
parent
8a0fd431a2
commit
e08e20deea
@ -353,9 +353,9 @@ func (m *GroupMemberInfo) EditSpecialTitle(title string) {
|
||||
}
|
||||
}
|
||||
|
||||
func (m *GroupMemberInfo) Kick(msg string) {
|
||||
func (m *GroupMemberInfo) Kick(msg string, block bool) {
|
||||
if m.Uin != m.Group.client.Uin && m.Manageable() {
|
||||
m.Group.client.kickGroupMember(m.Group.Code, m.Uin, msg)
|
||||
m.Group.client.kickGroupMember(m.Group.Code, m.Uin, msg, block)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user