This applies to all scripts/plugins, not just Perl
This commit is contained in:
parent
1268ec4bc3
commit
1c447889f9
5
README
5
README
|
@ -81,9 +81,10 @@ Perl Scripts:
|
||||||
* Text passed to scripts (via add_message_handler) will be encoded in UTF8.
|
* 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/*.lua Lua scripts
|
||||||
~/.config/hexchat/scripts/*.pl Perl scripts
|
~/.config/hexchat/scripts/*.pl Perl scripts
|
||||||
~/.config/hexchat/scripts/*.py Python scripts
|
~/.config/hexchat/scripts/*.py Python scripts
|
||||||
|
|
Loading…
Reference in New Issue