summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.gitignore1016log stats plain blame
d---------.tx70log stats plain
-rw-r--r--Makefile.am125log stats plain blame
-rw-r--r--acinclude.m4969log stats plain blame
-rwxr-xr-xautogen.sh2432log stats plain blame
-rw-r--r--config-win32.h429log stats plain blame
-rw-r--r--config.rpath18442log stats plain blame
-rw-r--r--configure.ac31838log stats plain blame
d---------man76log stats plain
d---------plugins732log stats plain
d---------po1857log stats plain
d---------share132log stats plain
d---------src349log stats plain
-rw-r--r--version-xp.txt5log stats plain blame
-rw-r--r--version.txt5log stats plain blame
d---------win32726log stats plain
U etc. * user_list and user_list_short: If a user has both op and voice, only the op flag will be 1. * add_user_list/sub_user_list/clear_user_list These functions do nothing. * notify_list Not implemented. Always returns an empty list. * server_list Lists servers that are not connected aswell. * Some print events may have new names and some were added. * Text printed by scripts must now be UTF8. * Text passed to scripts (via add_message_handler) will be encoded in UTF8. 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/*.lua Lua scripts * <config>/addons/*.pl Perl scripts * <config>/addons/*.py Python scripts * <config>/addons/*.tcl Tcl 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) (Eg: %007 sends a BEEP) %Cforeground,background will produce a color code, eg: %C03,10 These are now disabled by default (see Settings > Prefs > Input Box). Instead you can insert the real codes via ctrl-k, ctrl-b and ctrl-o.