diff options
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index e19f4bf45..ac07919d1 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -64,6 +64,9 @@ WEECHAT_PLUGIN_NAME("name"):: WEECHAT_PLUGIN_DESCRIPTION("description"):: description courte de l'extension +WEECHAT_PLUGIN_AUTHOR("author"):: + nom de l'auteur + WEECHAT_PLUGIN_VERSION("1.0"):: version de l'extension |