Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### METADATA CLEAR
  2.  
  3. This subcommand MUST remove all metadata, equivalently to using `METADATA SET`
  4. on all currently-set keys with an empty value. The format of `METADATA CLEAR`
  5. MUST be as follows:
  6.  
  7. `METADATA <Target> CLEAR`
  8.  
  9. The server MUST respond with one `RPL_KEYVALUE` event per cleared key and one
  10. `RPL_METADATAEND` event.
  11.  
  12. Servers MAY omit certain metadata, which is considered not visible for
  13. the requesting user, or replace it with `ERR_KEYNOPERMISSION`.
  14.  
  15. It is an error for users to use this subcommand on targets for which they lack
  16. authorization from the server. Servers MAY reject this subcommand for channels,
  17. using `ERR_KEYNOPERMISSION` with an asterisk (`*`) in the `<Key>` field.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement