]> jfr.im git - irc/hexchat/documentation.git/commitdiff
fix space
authorquiddity-wp <redacted>
Sat, 12 Jan 2019 20:25:55 +0000 (12:25 -0800)
committerPatrick <redacted>
Sun, 13 Jan 2019 01:54:40 +0000 (20:54 -0500)
addons.rst

index 9fc05010ae19a1f04a86160f2d3c82cc72392506..ae2aaf68506cfb5d8d3532f318d2e2aee0ba5fb4 100644 (file)
@@ -3,7 +3,7 @@ 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>`_.