]> jfr.im git - solanum.git/blobdiff - include/s_conf.h
Store the creation time of klines and dlines as a time_t instead of as text.
[solanum.git] / include / s_conf.h
index 3f9d167b7aca33396fff0005cfbedcd194050f61..f95aea7df8b803575c088c211b8956d20c3db9ba 100644 (file)
@@ -67,6 +67,7 @@ struct ConfItem
        char *user;             /* user part of user@host */
        int port;
        time_t hold;            /* Hold action until this time (calendar time) */
+       time_t created;         /* Creation time (for klines etc) */
        char *className;        /* Name of class */
        struct Class *c_class;  /* Class of connection */
        rb_patricia_node_t *pnode;      /* Our patricia node */