]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_alltime.cpp
Socket engine tweaks to fix a glitch, and improvements to new m_ident
[user/henk/code/inspircd.git] / src / modules / m_alltime.cpp
index 7afa71803459248293eab415e124e89430cb4e47..1b48c237f9c36bae06a090f613caa59ffddeb6c8 100644 (file)
@@ -25,7 +25,7 @@ class cmd_alltime : public Command
                translation.push_back(TR_END);
        }
 
-       CmdResult Handle(const char **parameters, int pcnt, userrec *user)
+       CmdResult Handle(const char **parameters, int pcnt, User *user)
        {
                char fmtdate[64];
                char fmtdate2[64];