1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

irc: don't keep trailing spaces in received message TAGMSG

This commit is contained in:
Sébastien Helleu
2021-10-16 20:42:57 +02:00
parent d2bd952210
commit 2f90fc0299
+1 -1
View File
@@ -7006,7 +7006,7 @@ irc_protocol_recv_command (struct t_irc_server *server,
IRCB(privmsg, 1, 1, privmsg), /* message received */
IRCB(quit, 1, 1, quit), /* close all connections and quit */
IRCB(setname, 0, 1, setname), /* set realname */
IRCB(tagmsg, 0, 1, tagmsg), /* tag message */
IRCB(tagmsg, 0, 0, tagmsg), /* tag message */
IRCB(topic, 0, 1, topic), /* get/set channel topic */
IRCB(wallops, 1, 1, wallops), /* wallops */
IRCB(warn, 1, 0, warn), /* warning received from server */