summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 44d3bab0..2e37fb22 100644
--- a/README
+++ b/README
@@ -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)