mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
add missing comment
This commit is contained in:
parent
12637a2d0a
commit
b2ba43f0ae
1 changed files with 1 additions and 0 deletions
|
|
@ -3196,6 +3196,7 @@ func metadataHandler(server *Server, client *Client, msg ircmsg.Message, rb *Res
|
|||
if updated := targetObj.DeleteMetadata(key); updated {
|
||||
notifySubscribers(server, rb.session, targetObj, target, key, "")
|
||||
}
|
||||
// acknowledge to the client whether or not there was a real update
|
||||
rb.Add(nil, server.name, RPL_KEYNOTSET, client.Nick(), target, key, client.t("Key deleted"))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue