Settings ======== Config Files ------------ Config files are stored as plaintext files (which shouldn't be edited by hand). They are located in: - Windows: :file:`%APPDATA%\\HexChat` - Unix: :file:`~/.config/hexchat` .. NOTE:: Type the path into your file browser to expand them into a full directory. Custom directories can be set with the :option:`-d` or :option:`--cfgdir` command line argument. On Windows there is a portable mode option which makes HexChat store settings inside of a :file:`\\config` subdir within the main installation folder. Though this option should only be used if you must for a portable drive or if you lack administrative priviliges for installation. Network List ------------ The network list contains a list of networks, basic user information, and per network settings. It can be accessed in :menuselection:`HexChat --> Network List` or by the keyboard shortcut :kbd:`Control-s`. User Information ~~~~~~~~~~~~~~~~ This is where basic information is set for the user such as nicknames, these will be used as defaults for networks but can be overridden. The Realname field is entirely optional. The username is often used for options like Server and SASL password. Networks ~~~~~~~~ HexChat comes with a list of default networks but you can easily add your own or edit existing ones. The sorting and names of networks do matter as some commands reference the network by the name here, e.g. :command:`/newserver`. The order they are sorted in this list also determines the order of auto-connecting. To edit the order just select one and hit :kbd:`Shift-up` or :kbd:`Shift-down`. Servers ^^^^^^^ Per network you can maintain a list of servers in case of one fails. The syntax for these servers *hostname/port*. The port is entirely optional and can be prefixed by *+* to signify SSL. If no port is given the default port used is 6667 and 6697 for SSL. Your Details ^^^^^^^^^^^^ Unticking *Use global user information* allows unique nicknames or usernames between networks. Connecting ^^^^^^^^^^ Ticking *Auto connect to this network at startup* combined with *Favorite channels* will allow you to quickly connect and join chats. The password fields allow you to login to a password protected server or services. They take the syntax *username:password* or just the password if username has been set as mentioned above. .. SEEALSO:: See the `FAQ `_ if you have trouble identifying before join. Channel Options --------------- Some options can be specific to channels. To access these you can right click on any tab or use the command :command:`/chanopt`. Any option other than *0* or *1* is considered *unset* and will use the globally set defaults. Preferences ----------- Keyboard Shortcuts ~~~~~~~~~~~~~~~~~~ There are two types of keyboard shortcuts in HexChat hardcoded ones which can be found by looking around in the menu, e.g. :kbd:`Control-s`, and configurable ones in :menuselection:`Settings --> Keyboard Shortcuts`. These have help messages to guide you through setting up custom bindings. Url Handlers ~~~~~~~~~~~~ Url handlers add alternative browsers to you your right click menu on urls (they do not set the default). They take the syntax: !program %s or !C:\\PROGRA~1\\program\\program.exe %s .. NOTE:: If HexChat does not find the executable it will not add it to the menu. Auto Replace ~~~~~~~~~~~~ Located in :menuselection:`Settings --> Auto Replace` this setting allows you to replace text while typing. The Text column is what it is to detect and the Replace with column is what will replace it. This column accepts color codes from `Text Events `_ For Example: text: --> replace: %C8→%O This will replace that arrow with a green unicode arrow upon pressing enter or space. The keys that check for replace are defined in :menuselection:`Settings --> Keyboard Shortcuts`. A trick to avoid replacing it :kbd:`Shift-Space` since that is not defined by default. CTCP Replies ~~~~~~~~~~~~ Custom CTCP replies can be set in :menuselection:`Settings --> CTCP Replies` and accept the same format as `User Commands `_ .. NOTE:: To hide the default VERSION reply you must :command:`/set irc_hide_version on` Set Command ----------- The set command can be used to change options. The usage is: :command:`/set option_name ` Togglable options take *1* for on and *0* for off but as an alternative you can type: :command:`/set toggle_option on` Some options such as *gui_tray* require running this after changing: :command:`/gui apply` This can be avoided by using the preferences window instead, which is recommended, also using the gui will warn if a setting requires restart. List of Settings ---------------- +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **away\_auto\_unmark** | Toggle automatically unmarking away before message send. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **away\_omit\_alerts** | Toggle omitting alerts when marked as being away. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **away\_reason** | Default away reason. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **away\_show\_message** | Toggle announcing of away messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **away\_show\_once** | Show identical away messages only once. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **away\_size\_max** | How many users can be away in userlist before they are not colored. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **away\_timeout** | How often in seconds to check for max size for colors in userlist. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **away\_track** | Toggle color change for away users in userlist. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **completion\_amount** | How may nicks starting with input there should be before all are shown in text box. | | | (E.g. if you have 'k' and completion\_amount is set to 6, and there are 6 more people beginning with 'k' in the userlist, then all of the nicks starting with that are shown in the text box. To always cycle nicks, set to 123456 (or any other high number). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **completion\_auto** | Toggle automatic nick completion. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **completion\_sort** | Toggle nick completion sorting in "last talk" order. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **completion\_suffix** | Suffix to be appended to nicks after completion. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_auto\_chat** | Toggle auto accept for DCC chats. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_auto\_recv** | How to accept DCC transfers. | | | 0=Ask for confirmation | | | 1=Ask for download folder | | | 2=Save without interaction | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_auto\_resume** | Toggle auto resume of DCC transfers. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_blocksize** | The blocksize for DCC transfers. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_completed\_dir** | Directory to move completed files to. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_dir** | Directory to download files to from DCC. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_fast\_send** | Toggle speed up of DCC transfers by not waiting to heard if last part was received before sending next (currently disabled on Win32). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_global\_max\_get\_cps** | Max file transfer speed for all downloads combined in bytes per second. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_global\_max\_send\_cps** | Max file transfer speed for all uploads combined in bytes per second. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_ip** | DCC IP address to bind to. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_ip\_from\_server** | Get address from IRC server. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_max\_get\_cps** | Max file transfer speed for one download in bytes per second. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_max\_send\_cps** | Max file transfer speed for one upload in bytes per second. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_permissions** | What permissions to set on received files. | | | (It's a CHMOD value in decimal, e.g. to CHMOD a file to 644, which is octal, you need to set dcc\_permissions to 420, which is it's decimal equivalent) | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_port\_first** | First DCC port in range (leave ports at 0 for full range). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_port\_last** | Last DCC port in range (leave ports at 0 for full range). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_remove** | Toggle automatic removal of finished/failed DCCs. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_save\_nick** | Toggle saving of nicks in filenames. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_send\_fillspaces** | Replace spaces in filenames with underscores. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_stall\_timeout** | Time in seconds to wait before timing out during a DCC send. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dcc\_timeout** | Time in seconds to wait before timing out a DCC transfer waiting to be accepted. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **dnsprogram** | Program to be used for DNS. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **flood\_ctcp\_num** | Number of CTCPs within flood\_ctcp\_time to be considered a flood. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **flood\_ctcp\_time** | Time in seconds for use with flood\_ctcp\_num. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **flood\_msg\_num** | Number of messages within flood\_msg\_time to be considered a flood. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **flood\_msg\_time** | Time in seconds for use with flood\_msg\_num. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_autoopen\_chat** | Toggle auto opening of Direct Chat Window on DCC Chat. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_autoopen\_dialog** | Toggle auto opening of dialog windows. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_autoopen\_recv** | Toggle auto opening of transfer window on DCC Recv. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_autoopen\_send** | Toggle auto opening of transfer window on DCC Send. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_chanlist\_maxusers** | Maximum number of users in channels to be listed in List of Channels. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_chanlist\_minusers** | Minimum number of users in channels to be listed in List of Channels. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_compact** | Toggle compact mode (more or less spacing between user list/channel tree rows). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_dialog\_height** | New dialog height in pixels. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_dialog\_left** | The X co-ordinance of dialogs when opened. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_dialog\_top** | The Y co-ordinance of dialogs when opened. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_dialog\_width** | New dialog width in pixels. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_hide\_menu** | Hide or unhide menu bar. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_input\_icon** | Toggle user mode icon in the nick box. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_input\_nick** | Toggle the nick box in the input box. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_input\_spell** | Enable or disable spell checking. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_input\_style** | Toggle use of text box colors and fonts in input box. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_join\_dialog** | Toggle join dialog after connect. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_lagometer** | Toggle types of Lag-O-Meters. | | | 0=Off | | | 1=Graph | | | 2=Text | | | 3=Both | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_lang** | Set GUI language. Possible values are from 0 to 50 (Win32 only). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_mode\_buttons** | Toggle mode buttons. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_pane\_left\_size** | Change size left pane. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_pane\_right\_size** | Change size right pane. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_pane\_divider\_position** | Saves position of divider when channel switcher and user list are on the same side. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_pane\_right\_size\_min** | FIXME | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_quit\_dialog** | Toggle quit dialog. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_slist\_fav** | Toggle showing favorites only in network list. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_slist\_select** | The number of the server to select by default in the server list starting at 0. (E.g. to select the 67th server, set it to 66) | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_slist\_skip** | Toggle server list on startup. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_chans** | Open channels in tabs instead of windows. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_dialogs** | Open dialogs in tabs instead of windows. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_dots** | Toggle dotted lines in the channel tree. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_icons** | Toggle channel tree icons. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_layout** | Use treeview or tabs. | | | 0=Tabs | | | 2=Treeview | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_newtofront** | When to focus new tabs. | | | 0=Never | | | 1=Always | | | 2=Only on requested tabs | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_notices** | Open up extra tabs for server notices. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_pos** | Set position of tabs. | | | 1=Left-Upper | | | 2=Left | | | 3=Right-Upper | | | 4=Right | | | 5=Top | | | 6=Bottom | | | 7=Hidden | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_server** | Open an extra tab for server messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_small** | Set small tabs. | | | 0=Off | | | 1=Small tabs | | | 2=Extra small tabs | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_sort** | Toggle alphabetical sorting of tabs. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_trunc** | Number or letters to shorten tab names to. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tab\_utils** | Open utils in tabs instead of windows. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_throttlemeter** | Toggle types of throttle meters. | | | 0=Off | | | 1=Graph | | | 2=Text | | | 3=Both | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_topicbar** | Toggle topic bar. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tray** | Enable system tray icon. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tray\_away** | Automatically mark away/back when the tray is toggled. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tray\_blink** | Toggle tray icon blinking or using static images. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tray\_close** | Close to tray. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tray\_minimize** | Minimize to tray. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_tray\_quiet** | Only show tray balloons when hidden or iconified. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_buttons** | Toggle userlist buttons. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_count** | Toggle displaying user count on top of the user list. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_doubleclick** | Command to run upon double click of user in userlist. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_hide** | Hides userlist. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_icons** | Toggle use of icons instead of text symbols in user list. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_pos** | Set userlist position. | | | 1=Left-Upper | | | 2=Left-Lower | | | 3=Right-Upper | | | 4=Right-Lower | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_resizable** | Toggle resizable userlist. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_show\_hosts** | Toggle user's hosts displaying in userlist. (requires irc_who_join) | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_sort** | How to sort users in the userlist. | | | 0=A-Z with Ops first | | | 1=A-Z | | | 2=A-Z with Ops last | | | 3=Z-A | | | 4=Unsorted | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_ulist\_style** | Toggle use of text box colors and fonts in userlist. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_url\_mod** | How to handle URLs when clicked. (And what to hold.) | | | 0=Left Click Only | | | 1=Shift | | | 2=Caps Lock | | | 4=CTRL | | | 8=ALT | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_usermenu** | Toggle editable usermenu. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_win\_height** | Main window height in pixels. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_win\_left** | The X co-ordinance of main window when opened. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_win\_modes** | Show channel modes in title bar. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_win\_save** | Toggles saving of state on exit. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_win\_state** | Default state of the main window. | | | 0=Not Maximized | | | 1=Maximized | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_win\_swap** | Swap the middle and left panes (allows side-by-side userlist/tree). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_win\_top** | The Y co-ordinance of main window when opened. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_win\_ucount** | Show number of users in title bar. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **gui\_win\_width** | Main window width in pixels. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **identd** | Toggle internal IDENTD (Win32 only). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_balloon\_chans** | Show tray balloons on channel messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_balloon\_hilight** | Show tray balloons on highlighted messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_balloon\_priv** | Show tray balloons on private messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_balloon\_time** | How long balloon messages should be displayed. (2.8.8+) | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_beep\_chans** | Toggle beep on channel messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_beep\_hilight** | Toggle beep on highlighted messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_beep\_priv** | Toggle beep on private messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_command\_char** | Character used to execute commands. | | | (E.g. if set to '[' then you would use commands like '[me jumps around') | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_filter\_beep** | Toggle filtering of beeps sent by others. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_flash\_chans** | Toggle whether or not to flash taskbar on channel messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_flash\_hilight** | Toggle whether or not to flash taskbar on highlighted messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_flash\_priv** | Toggle whether or not to flash taskbar on private messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_perc\_ascii** | Toggle interpreting of %nnn as ASCII value. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_perc\_color** | Toggle interpreting of %C, %B as color, bold, etc. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_tray\_chans** | Blink tray icon on channel messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_tray\_hilight** | Blink tray icon on highlighted messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **input\_tray\_priv** | Blink tray icon on private messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_auto\_rejoin** | Toggle auto rejoining when kicked. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_ban\_type** | The default ban type to use for all bans. (requres irc_who_join) | | | 0=\*!\*@\*.host | | | 1=\*!\*@domain | | | 2=\*!\*user@\*.host | | | 3=\*!\*user@domain | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_conf\_mode** | Toggle hiding of join, part and quit messages. (`More info `_) | | | 0=Show join/part/quits | | | 1=Hide join/part/quits | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_extra\_hilight** | Extra words to highlight on. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_hide\_version** | Toggle hiding of VERSION reply. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_id\_ntext** | $4 in the channel message, channel message hilight and private message events if unidentified. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_id\_ytext** | $4 in the channel message, channel message hilight and private message events if identified. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_invisible** | Toggle invisible mode (+i). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_join\_delay** | How long to delay auto-joining a channel after connect. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_logging** | Toggle logging. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_logmask** | Mask used to create log filenames (strftime details: `Windows `_ `Unix `_). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_nick1** | First choice nick. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_nick2** | Second choice nick. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_nick3** | Third choice nick. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_nick\_hilight** | What nicks to highlight when they talk. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_no\_hilight** | Nicks not to highlight on. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_part\_reason** | Default reason when leaving channel. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_quit\_reason** | Default quit reason. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_raw\_modes** | Toggle RAW channel modes. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_real\_name** | Real name to be sent to server. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_servernotice** | Toggle receiving of server notices. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_skip\_motd** | Toggle skipping of server MOTD. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_user\_name** | Username to be sent to server. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_wallops** | Toggle receiving wallops. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_who\_join** | Toggle running WHO after joining channel. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **irc\_whois\_front** | Toggle whois results being sent to currently active tab. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_auto\_reconnect** | Toggle auto reconnect to server. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_auto\_reconnectonfail** | Toggle auto reconnect upon failed connection. (Unix only command, not available on Windows) | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_bind\_host** | Network address to bind HexChat to. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_ping\_timeout** | How long server ping has to be to timeout. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_proxy\_auth** | Toggle proxy authentication. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_proxy\_host** | Proxy host to use. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_proxy\_pass** | Password to use if proxy authentication is turned on. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_proxy\_port** | Port to use for proxy host. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_proxy\_type** | Type of proxy to use. | | | 0=Disabled | | | 1=Wingate | | | 2=Socks4 | | | 3=Socks5 | | | 4=HTTP | | | 5=MS Proxy (ISA) | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_proxy\_use** | What to use proxies for (if set). | | | 0=All | | | 1=IRC Only | | | 2=DCC Only | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_proxy\_user** | Username to use if proxy authentication is turned on. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_reconnect\_delay** | How many seconds to wait before reconnection. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **net\_throttle** | Toggle flood protection (to keep from getting kicked). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **notify\_timeout** | How often in seconds to check for users in your notify list. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **notify\_whois\_online** | Toggle performing WHOIS on users on your notify list when they come online. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **perl\_warnings** | Toggle perl warnings. | | | (Recommended left to OFF). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **sound\_command** | Command to use to run sounds. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **sound\_dir** | Directory where sounds are located. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **stamp\_log** | Toggle timestamps in logs. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **stamp\_log\_format** | Format to use for log timestamps (strftime details: `Windows `_ `Unix `_). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **stamp\_text** | Toggle timestamps in text box. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **stamp\_text\_format** | Format to use for timestamps in textbox (strftime details: `Windows `_ `Unix `_). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_autocopy\_color** | Toggle automatic copying of color information. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_autocopy\_stamp** | Toggle automatic copying of time stamps. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_autocopy\_text** | Toggle automatic copying of selected text. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_background** | Sets the background image for text box. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_color\_nicks** | Toggle colored nicks. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_font** | All fonts to be used (main and alternative fonts combined, shouldn't be edited manually). | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_font\_main** | Primary font to be used. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_font\_alternative** | Alternative fonts to be used for glyphs not supported by the primary font. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_indent** | Toggle text indentation. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_max\_indent** | Max pixels to indent text with. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_max\_lines** | Max number or scrollback lines. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_replay** | Reloads conversation buffers on next startup. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_search\_case\_match** | Toggle performing a case-sensitive search. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_search\_backward** | Toggle searching from newest text line to the oldest. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_search\_highlight\_all** | Toggle highlighting all occurences and underlining of the current occurence. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_search\_follow** | Toggle search for newly arriving messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_search\_regexp** | Toggle regarding search string as a regular expression. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_show\_marker** | Toggle red marker line feature. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_show\_sep** | Toggle separator line. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_spell\_langs** | List of languages to have spelling for, by language codes, separated by commas. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_stripcolor\_msg** | Toggle stripping colors from messages. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_stripcolor\_replay** | Toggle stripping colors from scrollback. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_stripcolor\_topic** | Toggle stripping colors from topic. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_thin\_sep** | Use thin separator line instead of thick line. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_tint\_blue** | Tint of blue to use for transparency settings. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_tint\_green** | Tint of green to use for transparency settings. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_tint\_red** | Tint of red to use for transparency settings. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_transparent** | Toggle transparent background. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **text\_wordwrap** | Toggle wordwrap. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **url\_grabber** | Toggle URL grabber. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **url\_grabber\_limit** | Limit the number of URLs handled by the url grabber. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **url\_logging** | Toggle logging URLs to */url.log*. | +------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+