Options » History » Version 10
Per Amundsen, 02/16/2023 02:54 PM
1 | 1 | Per Amundsen | _Added in 1.9.3_ |
---|---|---|---|
2 | |||
3 | 7 | Per Amundsen | */options [-tihcn] [tab|nick|host] [search]* |
4 | 1 | Per Amundsen | |
5 | Opens the options form. |
||
6 | |||
7 | 5 | Per Amundsen | _Quotes can be used for tabs with multiple words._ |
8 | |||
9 | 6 | Per Amundsen | _Same as [[/config]]._ |
10 | |||
11 | 3 | Per Amundsen | *Switches* |
12 | |||
13 | 10 | Per Amundsen | table(ktable). |
14 | |*Switch*|*Description*| |
||
15 | | -t | Selects the specified tab matching [text]. | |
||
16 | | -i | Opens the [[Add/Edit Ignore Dialog]] for the [nick<notextile>|</notextile>host]. | |
||
17 | | -h | Opens the [[Add/Edit Highlight Dialog]] for the [nick<notextile>|</notextile>host]. | |
||
18 | | -c | Opens the [[Add/Edit Nicklist Icon Dialog]] for the [nick<notextile>|</notextile>host]. | |
||
19 | | -n | Opens the [[Add/Edit Nickcolor Dialog]] for the [nick<notextile>|</notextile>host]. | |
||
20 | 7 | Per Amundsen | |
21 | *Parameters* |
||
22 | 2 | Per Amundsen | |
23 | 10 | Per Amundsen | table(ktable). |
24 | |*Parameter*|*Description*| |
||
25 | | [tab] | Used with -t Text of the option tab to set as selected. | |
||
26 | | [nick<notextile>|</notextile>host] | Used with the -ihcn parameters to open the matched nick or host. | |
||
27 | | [search] | Options to search/filter for. | |
||
28 | 5 | Per Amundsen | |
29 | <pre> |
||
30 | ; Open options and search all tabs for the text "join" and select the "quick connect" tab if text was found. |
||
31 | /options -t "Quick Connect" join |
||
32 | |||
33 | ; Open options and select the "Messagea" tab. |
||
34 | /options -t Messages |
||
35 | |||
36 | 8 | Per Amundsen | ; Open options and search for the text "join". |
37 | 1 | Per Amundsen | /options join |
38 | 8 | Per Amundsen | |
39 | 9 | Per Amundsen | ; Opens the Ignore tab and dialog for the host 'Nick!*@*'. |
40 | 8 | Per Amundsen | /options -i Nick!*@* |
41 | 5 | Per Amundsen | </pre> |