mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
10 lines
676 B
Plaintext
10 lines
676 B
Plaintext
[width="100%",cols="^1,^2,6,6,6",options="header"]
|
|
|========================================
|
|
| Erweiterung | Name | Beschreibung | Hashtable (Eingabe) | Hashtable (Ausgabe)
|
|
|
|
| irc | irc_message_parse | Parse eine IRC Nachricht | "message": IRC Nachricht | "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (beinhaltet Channel)
|
|
|
|
| irc | irc_message_split | split an IRC message (to fit in 512 bytes) | "message": IRC message, "server": server name (optional) | "msg1" ... "msgN": messages to send (without final "\r\n"), "args1" ... "argsN": arguments of messages, "count": number of messages
|
|
|
|
|========================================
|