]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/xline.h
Check for windows drive letters on the start of paths and treat them the same as...
[user/henk/code/inspircd.git] / include / xline.h
index 2670f4babbb9457b5fc8454ebc6371727aa5b077..d1fe0e8826fb29b33de789b44b00669b95754a0d 100644 (file)
@@ -415,6 +415,8 @@ class CoreExport XLineFactory : public classbase
         */
        virtual XLine* Generate(time_t set_time, long duration, const char* source, const char* reason, const char* xline_specific_mask) = 0;
 
+       virtual bool AutoApplyToUserList(XLine* x) { return true; }
+
        /** Destructor
         */
        virtual ~XLineFactory() { }