This commit is contained in:
Shivaram Lingamneni 2020-03-17 13:00:53 -04:00
parent 0d311cd939
commit 76d3ecca71
1 changed files with 1 additions and 1 deletions

View File

@ -1602,7 +1602,7 @@ func umodeHandler(server *Server, client *Client, msg ircmsg.IrcMessage, rb *Res
} }
// apply mode changes // apply mode changes
applied = ApplyUserModeChanges(client, changes, msg.Command == "SAMODE") applied = ApplyUserModeChanges(target, changes, msg.Command == "SAMODE")
} }
if len(applied) > 0 { if len(applied) > 0 {