annotate mcabber/doc/help/fr/hlp_module.txt @ 2023:26edaf6ea10b

xmpp_setstatus: send presence to MUC rooms before the global presence It only matters (AFAICS) when going offline. We want the presence to be sent by mcabber and not by the server, especially if we're using PGP.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 30 Jul 2012 22:39:17 +0200
parents a6d71ddf927f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1775
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
2 /MODULE load|unload [-f] module
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
3 /MODULE info module
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
4 /MODULE [list]
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
5
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
6 Charge, décharge ou affiche les informations concernant un module.
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8 /module load [-f] module
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9 Charge le module spécifié. Si l'option -f est donnée, la plupart des erreurs seront ignorées lors du chargement du module.
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 /module unload [-f] module
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 Décharge le module spécifié.
1776
a6d71ddf927f Help file update
Mikael Berthe <mikael@lilotux.net>
parents: 1775
diff changeset
12 Note : l'option force (-f) ne retirera pas les modules dépendant de ce celui-là !
1775
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13 /module info module
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
14 Affiche les informations disponibles à propos de ce module.
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15 /module [list]
2ab9db4864b3 Add French translation for module help file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
16 Liste les modules au format suivant : [nom module] [compteur références] ([chargé Manuellement/Automatiquement]) [informations supplémentaires, telles que la version ou les dépendances]