Project

General

Profile

Config » History » Version 5

Per Amundsen, 11/17/2016 04:43 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 1 Per Amundsen
-t - Selects the specified tab matching [text].
14 5 Per Amundsen
-i - Opens the [[Add/Edit Ignore Dialog]] for the [nick|host].
15
-h - Opens the [[Add/Edit Highlight Dialog]] for the [nick|host].
16
-c - Opens the [[Add/Edit Nicklist Icon Dialog]] for the [nick|host].
17
-n - Opens the [[Add/Edit Nickcolor Dialog]] for the [nick|host].
18 4 Per Amundsen
19 1 Per Amundsen
*Parameters*
20 3 Per Amundsen
21 1 Per Amundsen
[tab] - Used with -t Text of the option tab to set as selected.
22 5 Per Amundsen
[nick|host] - Used with the -ihcn parameters to open the matched nick or host.
23 1 Per Amundsen
[search] - Options to search/filter for.
24 4 Per Amundsen
25
<pre>
26
; Open options and search all tabs for the text "join" and select the "quick connect" tab if text was found.
27
/config -t "Quick Connect" join
28
29
; Open options and select the "Messagea" tab.
30 1 Per Amundsen
/config -t Messages
31 4 Per Amundsen
32 5 Per Amundsen
; Open options and search for the text "join".
33 1 Per Amundsen
/config join
34 5 Per Amundsen
35
; Opens the Ignore tab and dialog for the host 'Nick!*@*'.
36
/config -i Nick!*@*
37 4 Per Amundsen
</pre>