]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Ignore this commit. *jedi mind trick*
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 28 Oct 2007 18:59:24 +0000 (18:59 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 28 Oct 2007 18:59:24 +0000 (18:59 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8400 e03df62e-2008-0410-955e-edbf42e46eb7

include/xline.h

index 038403a23d8a2c103462496eed2e1e1703723d9e..794f9b7941e1a7d1d2b0994eb2010e83809ec300 100644 (file)
@@ -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;