From: w00t Date: Sun, 28 Oct 2007 18:59:24 +0000 (+0000) Subject: Ignore this commit. *jedi mind trick* X-Git-Tag: v2.0.23~4303 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=9d5687922cffdf938c97c52a66abd86529dec91d;p=user%2Fhenk%2Fcode%2Finspircd.git Ignore this commit. *jedi mind trick* git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8400 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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;