General Options » History » Version 10
Per Amundsen, 08/17/2015 05:35 PM
1 | 2 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Per Amundsen | h1. General Options |
4 | |||
5 | h2. Start with windows |
||
6 | |||
7 | Makes AdiIRC will auto start when windows is started. |
||
8 | |||
9 | h2. Start minimized |
||
10 | |||
11 | Makes AdiIRC start in a minimized state, due to various reasons, the main window is shown briefly before it minimizes. |
||
12 | |||
13 | h2. Allow only one copy of AdiIRC running. |
||
14 | |||
15 | If enabled, only one copy of AdiIRC.exe in the current folder is allowed to run. |
||
16 | |||
17 | _AdiIRC.exe in other folders is ignored._ |
||
18 | |||
19 | h2. AdiIRC is always on top of other windows. |
||
20 | |||
21 | Puts AdiIRC on top of all other windows on your desktop. |
||
22 | |||
23 | 10 | Per Amundsen | _This can also be toggled with the keybind %{KEY}CTRL% + A._ |
24 | 1 | Per Amundsen | |
25 | h2. Check for updates |
||
26 | |||
27 | Allows AdiIRC to check for new versions Never/Daily/Weekly/Monthly. |
||
28 | |||
29 | h2. Include beta versions |
||
30 | |||
31 | Allows AdiIRC to check for beta versions as well as regular versions. |
||
32 | |||
33 | _Beta versions is usually safe to install._ |
||
34 | |||
35 | h2. Join channels when invited |
||
36 | |||
37 | Automatically joins a channel when invited by another user. |
||
38 | |||
39 | A safer approach using a script: |
||
40 | |||
41 | <pre> |
||
42 | on *:INVITE:#:{ |
||
43 | if ($input($nick want's to invite you into $chan Accept?, y, Invite) { |
||
44 | /join $chan |
||
45 | } |
||
46 | } |
||
47 | </pre> |
||
48 | |||
49 | h2. Disable CTCP reply |
||
50 | |||
51 | 5 | Per Amundsen | Disable's all [[CTCP]] reply's, such as CTCP VERSION/PING/TIME |
52 | 1 | Per Amundsen | |
53 | Can also be disabled by a script (or modify the reply): |
||
54 | |||
55 | <pre> |
||
56 | ; halt all ctcp reply's. |
||
57 | ctcp *:*:*:halt |
||
58 | |||
59 | ; halt only VERSION reply's |
||
60 | ctcp *:VERSION:*:halt |
||
61 | </pre> |
||
62 | 3 | Per Amundsen | |
63 | h2. Keep channels open on part |
||
64 | |||
65 | Keeps the channel windows open whenever you part or are parted from a channel. |
||
66 | |||
67 | h2. Keep channels open on kick |
||
68 | |||
69 | 7 | Per Amundsen | Keeps the channel windows open whenever you are kicked from a channel. |
70 | 3 | Per Amundsen | |
71 | h2. Rejoin channels on kick |
||
72 | |||
73 | Automatically rejoins a channel if you are kicked. |
||
74 | |||
75 | h2. Confirm closing while connected to server |
||
76 | |||
77 | When enabled, a popup dialog to confirm is shown to confirm closing AdiIRC is one or more servers is connected. |
||
78 | |||
79 | h2. Confirm disconnecting when clicking connect icon |
||
80 | |||
81 | When enabled, a popup dialog to confirm is shown when clicking the (dis)connect icon in the toolbar, if the current server is connected. |
||
82 | |||
83 | h2. Confirm closing server and channel windows |
||
84 | |||
85 | When enabled, a popup dialog to confirm is shown when closing a server or channel window. |
||
86 | 4 | Per Amundsen | |
87 | h2. Tabcomplete order |
||
88 | |||
89 | Sets the order to cycle [[Tabcomplete]] nicks. A-Z = alphabetically, Last spoke order = in the order a nick last spoke on the current channel. |
||
90 | |||
91 | h2. Include joins |
||
92 | |||
93 | When a nick joins, it's included when cycling [[Tabcomplete]] regardless if that nick ever spoke. |
||
94 | |||
95 | h2. Tabcomplete Suffix |
||
96 | |||
97 | 8 | Per Amundsen | Word or characters to display after the nick when using [[Tabcomplete]], e.g ":" to display "Nick:" |
98 | 1 | Per Amundsen | |
99 | 6 | Per Amundsen | This is the suffix for any word in the [[Editbox]] except the first word. |
100 | |||
101 | 4 | Per Amundsen | h2. First word Suffix |
102 | |||
103 | 8 | Per Amundsen | Word or characters to display after the nick when using [[Tabcomplete]], e.g ":" to display "Nick:" |
104 | 4 | Per Amundsen | |
105 | 6 | Per Amundsen | This is the suffix for the first word in the [[Editbox]]. |
106 | 4 | Per Amundsen | |
107 | h2. Associate AdiIRC with irc:// links |
||
108 | |||
109 | Set's AdiIRC as the default irc client when clicking irc:// ircs:// irc6:// ircs6:// links. |
||
110 | |||
111 | h2. Check association on startup |
||
112 | |||
113 | Checks if AdiIRC is the default irc client on startup and set's it default if it's not. |
||
114 | |||
115 | h2. Global shortcut to hide/show main window |
||
116 | |||
117 | Also called bosskey. |
||
118 | |||
119 | Sets a keybind to hide/show main AdiIRC regardles if it has focus or not. |
||
120 | |||
121 | h2. Choose Language |
||
122 | |||
123 | Sets the language of AdiIRC, see http://adiirc.com/translations/ for more info. |
||
124 | |||
125 | h2. Border size |
||
126 | |||
127 | Sets the border size around the text area, topicbox, editbox and nicklist. |