From b8d28ac4d71fe6a727443bdf3dba8defa77c85c1 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Tue, 22 Jul 2025 20:39:33 -0400 Subject: [PATCH] fix 2f53a59 --- src/common/proto-irc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index 672374d121c6f6ba35b11507c10f0722d4a6c4e8..d807e008b29e12df5b6bc4be3d40b3af190133f4 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -845,8 +845,7 @@ process_numeric (session * sess, int n, case 372: /* motd text */ case 375: /* motd start */ if (!prefs.hex_irc_skip_motd || serv->motd_skipped) - EMIT_SIGNAL_TAGS (XP_TE_MOTD, serv->server_session, text, NULL, - NULL, NULL, 0, tags_data->timestamp); + EMIT_SIGNAL_TAGS (XP_TE_MOTD, serv->server_session, text, NULL, NULL, NULL, 0, tags_data); break; case 376: /* end of motd */