]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chandump/chandump.c
BUILD: add require-all build mode
[irc/quakenet/newserv.git] / chandump / chandump.c
index c0d621ff9f1ea84b98ebe712aca81ae38c865f0b..6f37fd434016009783c9b4289ad6f3df9b2098d0 100644 (file)
@@ -19,6 +19,8 @@ void dodump(void *arg) {
   if(!fp)
     return;
 
+  fprintf(fp, "M T %lld\n", (unsigned long long)time(NULL));
+
   for(i=0;i<CHANNELHASHSIZE;i++)
     for(c=chantable[i];c;c=c->next)
       if(c->channel && !IsSecret(c->channel))