From 6236cf5891a008fbdc8d97af34bb5dc0d39ad2ea Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 31 Oct 2007 22:15:03 +0000 Subject: Add XLine::SetCreateTime that removes gline_set_creation_time and friends git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8449 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/xline.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/xline.h b/include/xline.h index e395c8fba..c6d85187a 100644 --- a/include/xline.h +++ b/include/xline.h @@ -62,6 +62,12 @@ class CoreExport XLine : public classbase free(source); } + virtual void SetCreateTime(time_t created) + { + set_time = created; + expiry = created + duration; + } + /** Returns true whether or not the given user is covered by this line. */ virtual bool Matches(User *u) = 0; -- cgit v1.2.3