Options » History » Revision 9
Revision 8 (Per Amundsen, 11/17/2016 04:42 AM) → Revision 9/10 (Per Amundsen, 11/17/2016 04:43 AM)
_Added in 1.9.3_
*/options [-tihcn] [tab|nick|host] [search]*
Opens the options form.
_Quotes can be used for tabs with multiple words._
_Same as [[/config]]._
*Switches*
-t - Selects the specified tab matching [text].
-i - Opens the [[Add/Edit Ignore Dialog]] for the [nick|host].
-h - Opens the [[Add/Edit Highlight Dialog]] for the [nick|host].
-c - Opens the [[Add/Edit Nicklist Icon Dialog]] for the [nick|host].
-n - Opens the [[Add/Edit Nickcolor Dialog]] for the [nick|host].
*Parameters*
[tab] - Used with -t Text of the option tab to set as selected.
[nick|host] - Used with the -ihcn parameters to open the matched nick or host.
[search] - Options to search/filter for.
<pre>
; Open options and search all tabs for the text "join" and select the "quick connect" tab if text was found.
/options -t "Quick Connect" join
; Open options and select the "Messagea" tab.
/options -t Messages
; Open options and search for the text "join".
/options join
; Opens the Ignore tab and dialog for the host 'Nick!*@*'.
/options -i Nick!*@*
</pre>