From 9d5687922cffdf938c97c52a66abd86529dec91d Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 28 Oct 2007 18:59:24 +0000 Subject: [PATCH] Ignore this commit. *jedi mind trick* git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8400 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/xline.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/xline.h b/include/xline.h index 038403a23..794f9b794 100644 --- a/include/xline.h +++ b/include/xline.h @@ -56,6 +56,11 @@ class CoreExport XLine : public classbase free(reason); free(source); } + + /** Returns true whether or not the given user is covered by this line. + */ + virtual bool Matches(User *u); + /** The time the line was added. */ time_t set_time; -- 2.39.5