From: Matthew Beeching Date: Tue, 4 Mar 2014 16:35:51 +0000 (+0000) Subject: Add last modifification timestamp to GLINE message for gline deactivation (required... X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/f2e03a28c4746c67ffdf4603d78318fa195f38d8 Add last modifification timestamp to GLINE message for gline deactivation (required by newer ircu and P10 implimentations) --- diff --git a/src/proto-p10.c b/src/proto-p10.c index 2774500..7505d58 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -853,7 +853,7 @@ irc_settime(const char *srv_name_mask, time_t new_time) void irc_ungline(const char *mask) { - putsock("%s " P10_GLINE " * -%s", self->numeric, mask); + putsock("%s " P10_GLINE " * -%s " FMT_TIME_T, self->numeric, mask, now); } void