diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 01:37:36 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 01:37:36 +0200 |
commit | cdae8fecdd2e108919e1238b6bbe6d80ddacfe73 (patch) | |
tree | 458d0c8981a713811c043a3d6ae6652375f1988d | |
parent | feae1450c6047712ccbbf923b496cc016067bd1c (diff) |
Update plugin autoload info in the FAQ
-rw-r--r-- | faq.html | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/faq.html b/faq.html index aea1834f..7298bd3f 100644 --- a/faq.html +++ b/faq.html @@ -385,27 +385,20 @@ sound filename (or use the Browse button). </p> <br><h3><a name="q218">18. How do I auto-load scripts at startup?</a></h3> -<p> -You just have to place the scripts into HexChat's data directory. HexChat -will auto-load scripts if they have the right extension .e.g If a filename -ends in .pl, it will be loaded as a Perl script. -This data directory is different on each platform: -<br><br> -<u>Windows</u> -<br><br> -It depends on your version of Windows and where it stores the -<i><b>Application Data</b></i> folder. On Windows XP it is usually: -<br><br> -C:\Documents and Settings\<i><b>username</b></i>\Application Data\HexChat\ -<br><b>or simply:</b> -<br> -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> +<p>The root of your HexChat config is:</p> +<ul> +<li>Windows: %APPDATA%\HexChat</li> +<li>Unix: ~/.config/hexchat</li> +</ul> +<p>Referred to as <config> from now. HexChat automatically loads, at startup:</p> +<ul> +<li><config>/addons/*.lua Lua scripts</li> +<li><config>/addons/*.pl Perl scripts</li> +<li><config>/addons/*.py Python scripts</li> +<li><config>/addons/*.tcl Tcl scripts</li> +<li><config>/addons/*.dll Plugins (Windows)</li> +<li><config>/addons/*.so Plugins (Unix)</li> +</ul> <br><h3><a name="q219">19. How do I minimize HexChat to the System Tray (Notification Area)?</a></h3> <p> |