diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/README b/README index 3b0aeb96..acb95817 100644 --- a/README +++ b/README @@ -14,15 +14,15 @@ HexChat README What is it? ~~~~~~~~~~~ - HexChat is an IRC client for UNIX operating systems. I.R.C. is Internet - Relay Chat, see http://irchelp.org for more information about IRC in - general. HexChat runs on most BSD and POSIX compliant operating systems. + HexChat is an IRC client for Windows and UNIX operating systems. I.R.C. is + Internet Relay Chat, see http://irchelp.org for more information about IRC + in general. HexChat runs on most BSD and POSIX compliant operating systems. Requirements: ~~~~~~~~~~~~~ - * GTK+ 2.10 (this is available at http://www.gtk.org) - * GLib 2.12 (GTK+ 2.10 requires GLib 2.12) + * GTK+ 2.10 + * GLib 2.12 HexChat is known to work on, at least: @@ -48,8 +48,11 @@ Notes for packagers: Python Scripts: ~~~~~~~~~~~~~~~ - Scripts for 1.8.x are not compatible, and a brand new interface has be - written. Documentation can be found here: http://xchat.org/docs/. + Scripts for XChat 1.8.x are not compatible, a brand new interface has been + written. The documentation can be found here: + + https://github.com/hexchat/hexchat/wiki/Python-Interface + 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. @@ -57,8 +60,11 @@ Python Scripts: Perl Scripts: ~~~~~~~~~~~~~ - Perl 5.8 or newer is required. - Scripts for 1.8.x are compatible with the following exceptions: + Perl 5.8 or newer is required. The documentation can be found here: + + https://github.com/hexchat/hexchat/wiki/Perl-Interface + + Scripts for XChat 1.8.x are compatible with the following exceptions: * IRC::command will not interpret %C, %B, %U etc. |