summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/commands.rst9
-rw-r--r--doc/source/plugins/index.rst6
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index da49d57e..20eeede1 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -59,10 +59,15 @@ These commands work in *any* tab.
/quit
Just disconnect from the server and exit poezio.
- /plugin
+ /load
**Usage:** ``/load <plugin name>``
- Load a plugin.
+ Load or reload a plugin.
+
+ /unload
+ **Usage:** ``/unload <plugin name>``
+
+ Unload a plugin.
/plugins
List the loaded plugins.
diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst
index 28c03b55..d608742f 100644
--- a/doc/source/plugins/index.rst
+++ b/doc/source/plugins/index.rst
@@ -33,6 +33,12 @@ e.g.
plugins_autoload = gpg:tell:exec
+Manual plugin load
+------------------
+
+Plugins can of course be loaded with the command :term:`/load` and unloaded
+with the command :term:`/unload`.
+
.. _plugin-configuration:
Plugin configuration