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

irc: fix wrong time displayed for CTCP messages received from self nick (issue #2000)

This commit is contained in:
Sébastien Helleu
2023-08-18 23:57:35 +02:00
parent 27972b9c5d
commit e7bf09f4e8
5 changed files with 21 additions and 7 deletions
+3
View File
@@ -20,9 +20,12 @@
#ifndef WEECHAT_PLUGIN_IRC_INPUT_H
#define WEECHAT_PLUGIN_IRC_INPUT_H
#include <time.h>
struct t_gui_buffer;
extern void irc_input_user_message_display (struct t_irc_server *server,
time_t date,
const char *target,
const char *address,
const char *command,