]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
Make classbase and refcountbase uncopyable; expand comments on their indended uses
[user/henk/code/inspircd.git] / include / mode.h
index 81858a823897496ddf1c2cb968003f50a9da6e70..b63e5e6a91116f3cc860a3db789745255f7621fe 100644 (file)
@@ -172,7 +172,7 @@ class CoreExport ModeHandler : public classbase
         * @param type Type of the mode (MODETYPE_USER or MODETYPE_CHANNEL)
         */
        ModeHandler(Module* me, const std::string& name, char modeletter, ParamSpec params, ModeType type);
-       virtual bool cull();
+       virtual CullResult cull();
        virtual ~ModeHandler();
        /**
         * Returns true if the mode is a list mode