3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00
This commit is contained in:
Shivaram Lingamneni 2020-03-17 13:00:53 -04:00
parent 0d311cd939
commit 76d3ecca71

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 {