diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-24 12:52:44 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-24 12:52:44 +0200 |
commit | 1c447889f9ac8d8c6b958f0aad0f675d16a25801 (patch) | |
tree | 9094dba5a6e275f6cb4d9d8e1a0e94d52931ef2b | |
parent | 1268ec4bc39e5d3fb55a2929d589179378ae8102 (diff) |
This applies to all scripts/plugins, not just Perl
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README index 42aff0be..935e441c 100644 --- a/README +++ b/README @@ -81,9 +81,10 @@ Perl Scripts: * Text passed to scripts (via add_message_handler) will be encoded in UTF8. -Autoloading Perl Scripts and Plugins +Autoloading Scripts and Plugins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * HexChat automatically loads, at startup: + HexChat automatically loads, at startup: + ~/.config/hexchat/scripts/*.lua Lua scripts ~/.config/hexchat/scripts/*.pl Perl scripts ~/.config/hexchat/scripts/*.py Python scripts |