diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
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) |