]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_time.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / cmd_time.cpp
index 926d692041cf7ffb4eae5143fdf663ba25cada54..ddeb0b19044ec52e7af01d9ce73ebc76507d9536 100644 (file)
@@ -21,7 +21,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
        return new cmd_time(Instance);
 }
 
-CmdResult cmd_time::Handle (const char** parameters, int pcnt, userrec *user)
+CmdResult cmd_time::Handle (const char** parameters, int pcnt, User *user)
 {
        struct tm* timeinfo;
        time_t local = ServerInstance->Time();