]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/xline.h
I gots a better fix :p
[user/henk/code/inspircd.git] / include / xline.h
index d5653f8e0558b16b9913fdadc369198439389e5c..6d11256f21a170d36a773764e2bd086fbadd44d3 100644 (file)
@@ -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;