]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cap.cpp
Move all the parameters around AGAIN. See docs shortly
[user/henk/code/inspircd.git] / src / modules / m_cap.cpp
index ca2e861e29e3491d487da15147a1ce2279308c85..6fc1584ec68c0331dc662966c8838bb53957b00b 100644 (file)
@@ -43,10 +43,6 @@ class CommandCAP : public Command
 
        CmdResult Handle (const std::vector<std::string> &parameters, User *user)
        {
-               /* Ignore CAP from registered clients */
-               if (user->registered == REG_ALL)
-                       return CMD_FAILURE;
-
                irc::string subcommand = parameters[0].c_str();
 
                if (subcommand == "REQ")