mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
4853a530b6
List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy
10 lines
670 B
Plaintext
10 lines
670 B
Plaintext
[width="100%",cols="^1,^2,6,6,6",options="header"]
|
|
|========================================
|
|
| Extension | Nom | Description | Hashtable (entrée) | Hashtable (sortie)
|
|
|
|
| irc | irc_message_parse | analyse un message IRC | "message": message IRC | "nick": pseudo, "host": nom d'hôte, "command": commande, "channel": canal, "arguments": paramètres (inclut le canal)
|
|
|
|
| irc | irc_message_split | découper un message IRC (pour tenir dans les 512 octets) | "message": message IRC, "server": nom du serveur (optionnel) | "msg1" ... "msgN": messages à envoyer (sans le "\r\n" final), "args1" ... "argsN": paramètres des messages
|
|
|
|
|========================================
|