1
0
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:
Sebastien Helleu
2012-08-23 08:03:04 +02:00
parent 7f3d7e5f29
commit 2c0b860d62
2 changed files with 142 additions and 137 deletions
+1
View File
@@ -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 */
};