]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sqloper.cpp
Add DYING link state, push error messages on link, and only limit recvq on unauthenti...
[user/henk/code/inspircd.git] / src / modules / m_sqloper.cpp
index 6421f3dd4bbcac92c0489c954c66a6ca9a3f82eb..b4cdc760a2345a8ab5d4fa2f4df49da75bd4223c 100644 (file)
@@ -67,7 +67,7 @@ public:
                hashtype = Conf.ReadValue("sqloper", "hash", 0);
        }
 
-       virtual ModResult OnPreCommand(std::string &command, std::vector<std::string> &parameters, User *user, bool validated, const std::string &original_line)
+       virtual ModResult OnPreCommand(std::string &command, std::vector<std::string> &parameters, LocalUser *user, bool validated, const std::string &original_line)
        {
                if ((validated) && (command == "OPER"))
                {