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:
@@ -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".
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user