]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setidle.cpp
Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() with...
[user/henk/code/inspircd.git] / src / modules / m_setidle.cpp
index 90943f9ef70aabdfcdea0884ffe8d1d57a8e2754..4cebc2e6f0fa74bbc13c158d6c3c7b12cb50bc7b 100644 (file)
@@ -31,7 +31,6 @@ class CommandSetidle : public SplitCommand
        CommandSetidle(Module* Creator) : SplitCommand(Creator,"SETIDLE", 1)
        {
                flags_needed = 'o'; syntax = "<duration>";
-               TRANSLATE2(TR_TEXT, TR_END);
        }
 
        CmdResult HandleLocal(const std::vector<std::string>& parameters, LocalUser* user)