Update plugin autoload info in the FAQ
This commit is contained in:
parent
feae1450c6
commit
cdae8fecdd
35
faq.html
35
faq.html
|
@ -385,27 +385,20 @@ sound filename (or use the Browse button).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br><h3><a name="q218">18. How do I auto-load scripts at startup?</a></h3>
|
<br><h3><a name="q218">18. How do I auto-load scripts at startup?</a></h3>
|
||||||
<p>
|
<p>The root of your HexChat config is:</p>
|
||||||
You just have to place the scripts into HexChat's data directory. HexChat
|
<ul>
|
||||||
will auto-load scripts if they have the right extension .e.g If a filename
|
<li>Windows: %APPDATA%\HexChat</li>
|
||||||
ends in .pl, it will be loaded as a Perl script.
|
<li>Unix: ~/.config/hexchat</li>
|
||||||
This data directory is different on each platform:
|
</ul>
|
||||||
<br><br>
|
<p>Referred to as <config> from now. HexChat automatically loads, at startup:</p>
|
||||||
<u>Windows</u>
|
<ul>
|
||||||
<br><br>
|
<li><config>/addons/*.lua Lua scripts</li>
|
||||||
It depends on your version of Windows and where it stores the
|
<li><config>/addons/*.pl Perl scripts</li>
|
||||||
<i><b>Application Data</b></i> folder. On Windows XP it is usually:
|
<li><config>/addons/*.py Python scripts</li>
|
||||||
<br><br>
|
<li><config>/addons/*.tcl Tcl scripts</li>
|
||||||
C:\Documents and Settings\<i><b>username</b></i>\Application Data\HexChat\
|
<li><config>/addons/*.dll Plugins (Windows)</li>
|
||||||
<br><b>or simply:</b>
|
<li><config>/addons/*.so Plugins (Unix)</li>
|
||||||
<br>
|
</ul>
|
||||||
C:\Program Files\HexChat\Plugins\
|
|
||||||
<br><br><br>
|
|
||||||
<u>UNIX</u>
|
|
||||||
<br><br>
|
|
||||||
~/.config/hexchat/
|
|
||||||
Where "~" represents your home directory i.e.: $HOME/.config/hexchat/
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<br><h3><a name="q219">19. How do I minimize HexChat to the System Tray (Notification Area)?</a></h3>
|
<br><h3><a name="q219">19. How do I minimize HexChat to the System Tray (Notification Area)?</a></h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue