mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
18a62f1dac
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
21 lines
685 B
XML
21 lines
685 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
********* WARNING! *********
|
|
|
|
This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
|
|
docgen.pl builds XML doc files to include in many languages
|
|
-->
|
|
|
|
<command>/aspell dictlist | enable lang | disable | addword [lang] word</command>
|
|
<programlisting>
|
|
configuration de l'extension aspell
|
|
|
|
dictlist: afficher les dictionnaires installés
|
|
enable: active aspell sur le tampon courant
|
|
disable: désactive aspell sur le tampon courant
|
|
addword: ajoute un mot dans le dictionnaire personnel aspell
|
|
|
|
Les lignes d'entrée commençant par '/' ne sont pas vérifiées, sauf pour certaines commandes.
|
|
</programlisting>
|
|
|