Update script/plugin paths in README
This commit is contained in:
parent
17e6e2ada4
commit
98dd5b89cb
10
README
10
README
|
@ -79,11 +79,11 @@ Perl Scripts:
|
|||
Autoloading Perl Scripts and Plugins
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
* HexChat automatically loads, at startup:
|
||||
~/.xchat2/*.pl Perl scripts
|
||||
~/.xchat2/*.py Python scripts
|
||||
~/.xchat2/*.so Plugins
|
||||
$(libdir)/xchat/plugins/*.so plugins
|
||||
(this usually translates to /usr/lib/xchat/plugins/*.so)
|
||||
~/.config/hexchat/*.pl Perl scripts
|
||||
~/.config/hexchat/*.py Python scripts
|
||||
~/.config/hexchat/*.so Plugins
|
||||
$(libdir)/hexchat/plugins/*.so plugins
|
||||
(this usually translates to /usr/lib/hexchat/plugins/*.so)
|
||||
|
||||
|
||||
Control Codes:
|
||||
|
|
Loading…
Reference in New Issue