From 8dcc694bb11c35f97c57262c1c03d425dd71686b Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 17 Feb 2008 00:26:15 +0000 Subject: I gots a better fix :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8951 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/xline.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/xline.h') diff --git a/include/xline.h b/include/xline.h index d5653f8e0..6d11256f2 100644 --- a/include/xline.h +++ b/include/xline.h @@ -142,6 +142,8 @@ class CoreExport XLine : public classbase * type of line this is. */ const std::string type; + + virtual bool IsBurstable(); }; /** KLine class @@ -184,6 +186,8 @@ class CoreExport KLine : public XLine virtual const char* Displayable(); + virtual bool IsBurstable(); + /** Ident mask (ident part only) */ char* identmask; -- cgit v1.2.3