]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setidle.cpp
Allow the maximum length of a chanfilter message to be configured.
[user/henk/code/inspircd.git] / src / modules / m_setidle.cpp
index 6302b36544fd1d1a10bd3d2f61557f0fec436d6a..0f224e9e9e93921bed142ef549257d18d3dd91e6 100644 (file)
@@ -38,7 +38,7 @@ class CommandSetidle : public SplitCommand
                flags_needed = 'o'; syntax = "<duration>";
        }
 
-       CmdResult HandleLocal(const std::vector<std::string>& parameters, LocalUser* user)
+       CmdResult HandleLocal(const std::vector<std::string>& parameters, LocalUser* user) CXX11_OVERRIDE
        {
                int idle = InspIRCd::Duration(parameters[0]);
                if (idle < 1)