Update XChat to r1517

This commit is contained in:
Berke Viktor 2012-07-14 20:50:00 +02:00
parent c80cb47e5c
commit 11b73bc8a7
1 changed files with 5 additions and 1 deletions

6
README
View File

@ -18,7 +18,8 @@ What is it?
Requirements:
~~~~~~~~~~~~~
* GTK+ 2.10 (this is available at http://www.gtk.org).
* GTK+ 2.10 (this is available at http://www.gtk.org)
* GLib 2.12 (GTK+ 2.10 requires GLib 2.12)
HexChat is known to work on, at least:
@ -53,6 +54,7 @@ Python Scripts:
Perl Scripts:
~~~~~~~~~~~~~
Perl 5.8 or newer is required.
Scripts for 1.8.x are compatible with the following exceptions:
* IRC::command will not interpret %C, %B, %U etc.
@ -80,7 +82,9 @@ Autoloading Perl Scripts and Plugins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* HexChat automatically loads, at startup:
~/.config/hexchat/*.pl Perl scripts
~/.config/hexchat/plugins/*.pl Perl scripts
~/.config/hexchat/*.py Python scripts
~/.config/hexchat/plugins/*.py Python scripts
~/.config/hexchat/*.so Plugins
$(libdir)/hexchat/plugins/*.so plugins
(this usually translates to /usr/lib/hexchat/plugins/*.so)