]> jfr.im git - irc/quakenet/newserv.git/blobdiff - glines/glines.h
glinelog: Keep track of hits.
[irc/quakenet/newserv.git] / glines / glines.h
index 2641711736502509775769eacd01a614df3e9297..944060df982669eb5641bcefb656c30f26b5908f 100644 (file)
@@ -88,6 +88,8 @@ typedef struct glinebuf {
 
   int userhits;
   int channelhits;
+
+  array hits;
 } glinebuf;
 
 extern gline *glinelist;