]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/xline.h
Fix retarded windows linefeeds (brain >:()
[user/henk/code/inspircd.git] / include / xline.h
index d1fe0e8826fb29b33de789b44b00669b95754a0d..4be5922d096543e6a095193696165297f06279a8 100644 (file)
@@ -517,6 +517,10 @@ class CoreExport XLineManager : public classbase
         */
        XLineLookup* GetAll(const std::string &type);
 
+       /** Remove all lines of a certain type.
+        */
+       void DelAll(const std::string &type);
+
        /** Return all known types of line currently stored by the XLineManager.
         * @return A vector containing all known line types currently stored in the main list.
         */