diff options
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index eadae84a9..c6178ca0e 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -4843,8 +4843,18 @@ Options: include::includes/autogen_user_options.en.adoc[tag=trigger_options] +[[extension]] +== WeeChat extension + +WeeChat has a modular design and can be extended with plugins and scripts. + +It's important to make difference between a _plugin_ and a _script_: a +_plugin_ is a binary file compiled and loaded with command `/plugin`, whereas +a _script_ is a text file loaded with a plugin like _python_ with command +`/python`. + [[plugins]] -== Plugins +=== Plugins A plugin is a dynamic library, written in C and compiled, which is loaded by WeeChat. @@ -4853,11 +4863,6 @@ Under GNU/Linux, the file has ".so" extension, ".dll" under Windows. Plugins found are automatically loaded when WeeChat is starting, and it is possible to load or unload plugins while WeeChat is running. -It's important to make difference between a _plugin_ and a _script_: a -_plugin_ is a binary file compiled and loaded with command `/plugin`, whereas -a _script_ is a text file loaded with a plugin like _python_ with command -`/python`. - You can use command `/plugin` to load/unload a plugin, or list all loaded plugins. |