X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_time.cpp;h=53d06ddca291e8208e5373ab4dbe5241216512f4;hb=c4458ecc70025aeac7ca87115ed0a698e7bbcdad;hp=cabb260c64f6167d7cbe541bad5ca6b8a89aa847;hpb=d54fbc71e2a2e0f70002e2d36c669c4aa3d59e17;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_time.cpp b/src/cmd_time.cpp index cabb260c6..53d06ddca 100644 --- a/src/cmd_time.cpp +++ b/src/cmd_time.cpp @@ -19,12 +19,12 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_time.h" +#include "commands/cmd_time.h" extern ServerConfig* Config; extern time_t TIME; -void cmd_time::Handle (char **parameters, int pcnt, userrec *user) +void cmd_time::Handle (const char** parameters, int pcnt, userrec *user) { struct tm* timeinfo;