]> jfr.im git - solanum.git/blobdiff - include/channel.h
Add BlindSight to the credits
[solanum.git] / include / channel.h
index 44323b0ec368a3666c952ad298615a533ccd2aa1..9069296e1228a3994e03e23e33a9b3dd971d9174 100644 (file)
@@ -73,7 +73,7 @@ struct Channel
        unsigned int join_count;  /* joins within delta */
        unsigned int join_delta;  /* last ts of join */
 
-       unsigned long bants;
+       time_t bants;
        time_t channelts;
        char *chname;
 
@@ -93,7 +93,7 @@ struct membership
        struct Client *client_p;
        unsigned int flags;
 
-       unsigned long bants;
+       time_t bants;
 };
 
 #define BANLEN 195