]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/parammode.h
Document the anticaps exemption.
[user/henk/code/inspircd.git] / include / parammode.h
index c79d11b6b5611418ba6ce29142931fe8185853bc..31398118524f300d610f72f6d70dad69c1d2ccad 100644 (file)
@@ -31,6 +31,7 @@ class CoreExport ParamModeBase : public ModeHandler
        ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string& param, bool adding) CXX11_OVERRIDE;
 
        // Does nothing by default
+       virtual bool IsParameterSecret() { return false; }
        virtual void OnUnset(User* source, Channel* chan) { }
        virtual ModeAction OnSet(User* source, Channel* chan, std::string& param) = 0;
        virtual void GetParameter(Channel* chan, std::string& out) = 0;