summaryrefslogtreecommitdiff
path: root/include/resv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/resv.h')
-rw-r--r--include/resv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/resv.h b/include/resv.h
index 87bbe85..d40c2ea 100644
--- a/include/resv.h
+++ b/include/resv.h
@@ -30,7 +30,7 @@ struct ResvChannel
dlink_node node;
struct ResvChannel *hnext;
time_t hold; /* Hold action until this time (calendar time) */
- /* +1 for \0 */
+ time_t setat;
char name[CHANNELLEN + 1];
char *reason;
int conf; /* 1 if set from ircd.conf, 0 if from elsewhere */