]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_vhost.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / modules / m_vhost.cpp
index 92aeb3401e2939b1a3bb97eab9d2e5742e60a3eb..0827343de6a9f23f2408ef4a94211cfa04dfa713 100644 (file)
@@ -26,7 +26,7 @@ class cmd_vhost : public Command
                syntax = "<username> <password>";
        }
 
-       CmdResult Handle (const char** parameters, int pcnt, userrec *user)
+       CmdResult Handle (const char** parameters, int pcnt, User *user)
        {
                ConfigReader *Conf = new ConfigReader(ServerInstance);