Go to file
TingPing 1f84c507a0 Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
.tx Update transifex config file 2013-09-08 01:28:06 -04:00
data Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
plugins Update link to site in perl plugin 2013-09-27 20:09:48 +02:00
po Translate -ize to -ise, favor[ite] to favour[ite], Behavior to Behaviour 2013-09-15 01:28:10 -07:00
src Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
win32 Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
.gitignore Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
.travis.yml Update travis to build theme manager 2013-08-28 13:32:35 -04:00
COPYING Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
Doxyfile Use png instead of svg 2013-05-20 15:59:41 +02:00
Makefile.am Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
acinclude.m4 On my system (openSUSE 12.2 / GNU bash, version 4.2.24(1)-release (x86_64-suse-linux-gnu) ), the shell doesn't like that the '=' character in 'if test...' doesn't have spaces around it. This causes the test to always be true, and thus the AS_AC_EXPAND macro only expands once. This led to two #define's in config.h containing broken values: HEXCHATSHAREDIR and DBUS_SERVICES_DIR. 2012-09-20 22:04:14 +08:00
autogen.sh MAKE: backwards compat for old libtool 2013-07-12 14:17:30 +02:00
config-win32.h Bump Version to 2.9.6 2013-09-11 18:18:19 -04:00
config.rpath Update config.rpath by running gettextize 2012-10-27 01:05:41 +02:00
configure.ac Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
readme.md Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00

readme.md

HexChat ReadMe

X-Chat ("xchat") Copyright (c) 1998-2010 By Peter Zelezny. HexChat ("hexchat") Copyright (c) 2009-2013 By Berke Viktor.

This program is released under the GPL v2 with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. You may provide binary packages linked to the OpenSSL libraries, provided that all other requirements of the GPL are met. See file COPYING for details.

For building instructions, see Building.

What is it?

HexChat is an IRC client for Windows and UNIX operating systems. I.R.C. is Internet Relay Chat, see IRCHelp.org for more information about IRC in general. HexChat runs on most BSD and POSIX compliant operating systems.

Requirements:

  • GTK+ 2.24
  • GLib 2.28

HexChat is known to work on, at least:

  • Windows Vista/7/8
  • Linux
  • FreeBSD
  • OpenBSD
  • NetBSD
  • Solaris
  • AIX
  • IRIX
  • DEC/Compaq Tru64 UNIX
  • HP-UX 10.20 and 11
  • OS X

Notes for packagers:

If you need your packages to work on i386, you don't need to compile with --disable-mmx, because it's also checked at run-time.

Python Scripts:

Consider using the Python interface for your scripts, it's a very nice API, allows for loading/unloading individual scripts, and gives you almost all the features of the C plugin API. For more info, see the HexChat Python Interface.

Perl Scripts:

Perl 5.8 or newer is required. For more info, see the HexChat Perl Interface.

Autoloading Scripts and Plugins:

The root of your HexChat config is:

  • Windows: %APPDATA%\HexChat
  • Unix: ~/.config/hexchat

Referred to as <config> from now. HexChat automatically loads, at startup:

  • <config>/addons/*.pl Perl scripts
  • <config>/addons/*.py Python scripts
  • <config>/addons/*.dll Plugins (Windows)
  • <config>/addons/*.so Plugins (Unix)

Control Codes:

  • %% - A single percentage sign
  • %C - Control-C (mIRC color code)
  • %B - Bold Text
  • %U - Underline Text
  • %R - Reverse Text
  • %O - Reset all Text attributes
  • %XXX - ASCII XXX (where XXX is a decimal 3 digit number, e.g.: %007 sends a BEEP)

%Cforeground,background will produce a color code, e.g.: %C03,10

These are now disabled by default (see Settings -> Preferences -> Input Box).
Instead you can insert the real codes via ctrl-k, ctrl-b and ctrl-o.