]> jfr.im git - irc/hexchat/documentation.git/commitdiff
add link to the repo of addons
authorquiddity-wp <redacted>
Sat, 12 Jan 2019 20:24:00 +0000 (12:24 -0800)
committerPatrick <redacted>
Sun, 13 Jan 2019 01:54:40 +0000 (20:54 -0500)
addons.rst

index 1d036203eb66bd5051cadb2a6f0efa0c2295b4de..9fc05010ae19a1f04a86160f2d3c82cc72392506 100644 (file)
@@ -3,7 +3,9 @@ Addons
 
 HexChat ships with a handful of useful plugins that extend the functionality of the client. In order to auto-load custom ones you just place them in an :file:`addons` subdir within your `config folder <settings.html#config-files>`_, manually with :command:`/load` and :command:`/unload`, or with :menuselection:`Window --> Plugins and Scripts`.
 
-With the included scripting interfaces you can also use easier to create but equally powerful scripts in languages such as Python. These are loaded/unloaded in the same manner as plugins.
+With the included scripting interfaces you can also use easier to create but equally powerful scripts in languages such as Python. These are loaded/unloaded in the same manner as plugins. 
+
+A list of many existing addons can be found at `https://github.com/hexchat/hexchat-addons <https://github.com/hexchat/hexchat-addons>`_.
 
 
 Exec