mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
irc: keep trailing spaces in IRC messages only for some commands (if message ends with text from user)
This commit is contained in:
@@ -74,6 +74,7 @@ struct t_irc_protocol_msg
|
||||
{
|
||||
char *name; /* IRC message name */
|
||||
int decode_color; /* decode color before calling function */
|
||||
int keep_trailing_spaces; /* keep trailing spaces in message */
|
||||
t_irc_recv_func *recv_function; /* function called when msg is received */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user