layeh / gumble

gumble is a Mumble client implementation in Go (golang)
https://pkg.go.dev/mod/layeh.com/gumble
Mozilla Public License 2.0
173 stars 53 forks source link

handleUserRemove: Allow actor to be the same as the user being disconnected #39

Closed abextm closed 7 years ago

abextm commented 7 years ago

This fixes handleUserRemove to allow the user to be kicked/banned by themselves. Additionally if the actor cannot be found, this unlocks the mutex so the client doesn't hang.

ghost commented 7 years ago

Thanks for the fix!

Merged as 4354a66096913d2e9b12ee19d81b026100b0e4ea.