mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
fix #866
This commit is contained in:
parent
0d311cd939
commit
76d3ecca71
@ -1602,7 +1602,7 @@ func umodeHandler(server *Server, client *Client, msg ircmsg.IrcMessage, rb *Res
|
||||
}
|
||||
|
||||
// apply mode changes
|
||||
applied = ApplyUserModeChanges(client, changes, msg.Command == "SAMODE")
|
||||
applied = ApplyUserModeChanges(target, changes, msg.Command == "SAMODE")
|
||||
}
|
||||
|
||||
if len(applied) > 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user