summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-21 19:16:31 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-21 19:16:31 +0200
commit2b3e1f46e36ee0726dcf9d55593cadab9d42fcb1 (patch)
tree64549cbaf816a1d17e303b284ab8ead97290d2c1 /README
parent9ea3ac9ddd66e7c85c9a066770da5e7a0ed9c598 (diff)
Use <configdir>/scripts to (auto)load Lua/Perl/Python/Tcl scripts
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 704347ae..3dc71e9f 100644
--- a/README
+++ b/README
@@ -84,10 +84,10 @@ Perl Scripts:
 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/scripts/*.lua Lua scripts
+	~/.config/hexchat/scripts/*.pl Perl scripts
+	~/.config/hexchat/scripts/*.py Python scripts
+	~/.config/hexchat/scripts/*.tcl Tcl scripts
 	~/.config/hexchat/*.so Plugins
 	$(libdir)/hexchat/plugins/*.so plugins
 	(this usually translates to /usr/lib/hexchat/plugins/*.so)