mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
Added tags for lines and custom filtering by tags or regex (task #7674), fixed many memory leaks
This commit is contained in:
@@ -46,7 +46,7 @@ struct t_irc_server;
|
||||
|
||||
typedef int (t_irc_recv_func)(struct t_irc_server *server, char *comand,
|
||||
int argc, char **argv, char **argv_eol,
|
||||
int ignore, int highlight);
|
||||
int highlight);
|
||||
|
||||
struct t_irc_protocol_msg
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user