forked from External/ergo
channel: Fix not being able to Part
This commit is contained in:
parent
03fc6f767e
commit
f5eeca5339
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ func (channel *Channel) Part(client *Client, message string) {
|
|||
for member := range channel.members {
|
||||
member.Send(nil, client.nickMaskString, "PART", channel.name, message)
|
||||
}
|
||||
channel.Quit(client)
|
||||
channel.quitNoMutex(client)
|
||||
|
||||
client.server.logger.Debug("part", fmt.Sprintf("%s left channel %s", client.nick, channel.name))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue