]> jfr.im git - irc/evilnet/x3.git/commitdiff
Add last modifification timestamp to GLINE message for gline deactivation (required...
authorMatthew Beeching <redacted>
Tue, 4 Mar 2014 16:35:51 +0000 (16:35 +0000)
committerMatthew Beeching <redacted>
Tue, 4 Mar 2014 16:35:51 +0000 (16:35 +0000)
src/proto-p10.c

index 27745009956fd7bad20d0b6aec537d422ad36858..7505d587cf911b0c6cab898800812c52243acb75 100644 (file)
@@ -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