1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

irc: add server option "split_msg_max_length"

This commit is contained in:
Sébastien Helleu
2018-01-13 22:17:13 +01:00
parent 388319fb59
commit be3634f22f
37 changed files with 436 additions and 88 deletions
+2 -1
View File
@@ -139,7 +139,8 @@ irc_input_user_message_display (struct t_gui_buffer *buffer, int action,
}
/*
* Sends a PRIVMSG message, and split it if message size is > 512 bytes.
* Sends a PRIVMSG message, and split it if message size is > 512 bytes
* (by default).
*
* Warning: this function makes temporary changes in "message".
*/