diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-13 22:17:13 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-13 22:17:13 +0100 |
commit | be3634f22fbefe863d17e736d0f3d9c6a4ca7adc (patch) | |
tree | 05dbd8c5aeac7b66145eaa8dee13885790e288c3 /doc/en/autogen/plugin_api | |
parent | 388319fb590e60c18a2cebeb0aaf94910abb958c (diff) | |
download | weechat-be3634f22fbefe863d17e736d0f3d9c6a4ca7adc.zip |
irc: add server option "split_msg_max_length"
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/infos_hashtable.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/plugin_api/infos_hashtable.adoc b/doc/en/autogen/plugin_api/infos_hashtable.adoc index b1bbc605c..b13412c36 100644 --- a/doc/en/autogen/plugin_api/infos_hashtable.adoc +++ b/doc/en/autogen/plugin_api/infos_hashtable.adoc @@ -8,6 +8,6 @@ | irc | irc_message_parse | parse an IRC message | "message": IRC message, "server": server name (optional) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) -| 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 +| irc | irc_message_split | split an IRC message (to fit in 512 bytes by default) | "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 |=== |