General Options » History » Revision 7
Revision 6 (Per Amundsen, 02/02/2015 10:53 AM) → Revision 7/32 (Per Amundsen, 02/02/2015 10:54 AM)
{{>toc}}
h1. General Options
h2. Start with windows
Makes AdiIRC will auto start when windows is started.
h2. Start minimized
Makes AdiIRC start in a minimized state, due to various reasons, the main window is shown briefly before it minimizes.
h2. Allow only one copy of AdiIRC running.
If enabled, only one copy of AdiIRC.exe in the current folder is allowed to run.
_AdiIRC.exe in other folders is ignored._
h2. AdiIRC is always on top of other windows.
Puts AdiIRC on top of all other windows on your desktop.
_This can also be toggled with the keybind CTRL + A._
h2. Check for updates
Allows AdiIRC to check for new versions Never/Daily/Weekly/Monthly.
h2. Include beta versions
Allows AdiIRC to check for beta versions as well as regular versions.
_Beta versions is usually safe to install._
h2. Join channels when invited
Automatically joins a channel when invited by another user.
A safer approach using a script:
<pre>
on *:INVITE:#:{
if ($input($nick want's to invite you into $chan Accept?, y, Invite) {
/join $chan
}
}
</pre>
h2. Disable CTCP reply
Disable's all [[CTCP]] reply's, such as CTCP VERSION/PING/TIME
Can also be disabled by a script (or modify the reply):
<pre>
; halt all ctcp reply's.
ctcp *:*:*:halt
; halt only VERSION reply's
ctcp *:VERSION:*:halt
</pre>
h2. Keep channels open on part
Keeps the channel windows open whenever you part or are parted from a channel.
h2. Keep channels open on kick
Keeps the channel windows open whenever you are kicked from a channel.
h2. Rejoin channels on kick
Automatically rejoins a channel if you are kicked.
h2. Confirm closing while connected to server
When enabled, a popup dialog to confirm is shown to confirm closing AdiIRC is one or more servers is connected.
h2. Confirm disconnecting when clicking connect icon
When enabled, a popup dialog to confirm is shown when clicking the (dis)connect icon in the toolbar, if the current server is connected.
h2. Confirm closing server and channel windows
When enabled, a popup dialog to confirm is shown when closing a server or channel window.
h2. Tabcomplete order
Sets the order to cycle [[Tabcomplete]] nicks. A-Z = alphabetically, Last spoke order = in the order a nick last spoke on the current channel.
h2. Include joins
When a nick joins, it's included when cycling [[Tabcomplete]] regardless if that nick ever spoke.
h2. Tabcomplete Suffix
Word or characters to display after the nick when using [[Tabcomplete]], e.g : to display Nick:
This is the suffix for any word in the [[Editbox]] except the first word.
h2. First word Suffix
Word or characters to display after the nick when using [[Tabcomplete]], e.g : to display Nick:
This is the suffix for the first word in the [[Editbox]].
h2. Associate AdiIRC with irc:// links
Set's AdiIRC as the default irc client when clicking irc:// ircs:// irc6:// ircs6:// links.
h2. Check association on startup
Checks if AdiIRC is the default irc client on startup and set's it default if it's not.
h2. Global shortcut to hide/show main window
Also called bosskey.
Sets a keybind to hide/show main AdiIRC regardles if it has focus or not.
h2. Choose Language
Sets the language of AdiIRC, see http://adiirc.com/translations/ for more info.
h2. Border size
Sets the border size around the text area, topicbox, editbox and nicklist.