1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

Update plugin autoload info in the FAQ

This commit is contained in:
Berke Viktor 2012-10-22 01:37:36 +02:00
parent feae1450c6
commit cdae8fecdd

View File

@ -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 &lt;config&gt; from now. HexChat automatically loads, at startup:</p>
<u>Windows</u> <ul>
<br><br> <li>&lt;config&gt;/addons/*.lua Lua scripts</li>
It depends on your version of Windows and where it stores the <li>&lt;config&gt;/addons/*.pl Perl scripts</li>
<i><b>Application Data</b></i> folder. On Windows XP it is usually: <li>&lt;config&gt;/addons/*.py Python scripts</li>
<br><br> <li>&lt;config&gt;/addons/*.tcl Tcl scripts</li>
C:\Documents and Settings\<i><b>username</b></i>\Application Data\HexChat\ <li>&lt;config&gt;/addons/*.dll Plugins (Windows)</li>
<br><b>or simply:</b> <li>&lt;config&gt;/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>