]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/parammode.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / parammode.h
index c79d11b6b5611418ba6ce29142931fe8185853bc..06f127e11e8a501504ff474378917f047f16d2a7 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2014-2015 Attila Molnar <attilamolnar@hush.com>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
@@ -31,6 +32,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;