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