1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_in2, irc_raw_in and irc_raw_in2 (issue #787)

This commit is contained in:
Sébastien Helleu
2018-03-25 20:05:12 +02:00
parent aaad4ca6e5
commit c90572babe
8 changed files with 89 additions and 61 deletions
-1
View File
@@ -87,7 +87,6 @@ extern const char *irc_protocol_tags (const char *command, const char *tags,
const char *nick, const char *address);
extern void irc_protocol_recv_command (struct t_irc_server *server,
const char *irc_message,
const char *msg_tags,
const char *msg_command,
const char *msg_channel);