Updated Commands (markdown)

mikeprimm 2011-09-21 19:08:11 -07:00
parent b61177b1ea
commit 521800b754
1 changed files with 2 additions and 1 deletions

@ -33,7 +33,8 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/dmarker update id:<id> icon:<newicon> newlabel:<newlabel>` : updates the icon and/or label of the marker with the given ID
* `/dmarker delete <label>` : deletes the first marker matching the given label
* `/dmarker delete id:<id>` : deletes the marker with the given ID
* `/dmarker list` : lists the attributes of all the defined markers
* `/dmarker list` : lists the attributes of all the defined markers in the default marker set
* `/dmarker list set:<set-id>` : lists the attributes of all the defined markers in the given marker set
* `/dmarker icons` : lists the attributes of all the icons defined for use by markers
* `/dmarker addset <label> hide:<hide-by-def> prio:<priority>` : add new marker set with given label (ID = label)
* `/dmarker addset id:<id> <label> hide:<hide-by-def> prio:<priority>` : add new marker set with given ID and label