summaryrefslogtreecommitdiff
path: root/modules/m_resv.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-01 13:16:37 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-01 13:16:37 +0000
commit206aa6907524c1f834ba23160a033fa6a8e2bb0b (patch)
treeb28e4659a4697bf6ff133f06f6863fbdb20a9a2d /modules/m_resv.c
parent66b1fc152776ef824c291307dd7be93c0e2a9ad6 (diff)
- klines, dlines, xlines, glines and resv now make use of the new database;
also, temporary *lines are now stored, so they're not lost after restarting the ircd. This also applies to G-lines. git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1622 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_resv.c')
-rw-r--r--modules/m_resv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/m_resv.c b/modules/m_resv.c
index e57a67e..e2546b7 100644
--- a/modules/m_resv.c
+++ b/modules/m_resv.c
@@ -232,6 +232,7 @@ parse_resv(struct Client *source_p, char *name, int tkline_time, char *reason)
}
resv_p = map_to_conf(conf);
+ resv_p->setat = CurrentTime;
if (tkline_time != 0)
{
@@ -293,6 +294,7 @@ parse_resv(struct Client *source_p, char *name, int tkline_time, char *reason)
}
resv_p = map_to_conf(conf);
+ resv_p->setat = CurrentTime;
if (tkline_time != 0)
{