]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_time.cpp
Some quick credits updates.. nothing huge, just people that have been helpful during...
[user/henk/code/inspircd.git] / src / commands / cmd_time.cpp
index 97f4eb5ae5201028518ed3e3561526d66552c047..7d35c712885480234eb3bbd3da6ddfcb63a1016a 100644 (file)
@@ -21,7 +21,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
        return new CommandTime(Instance);
 }
 
-CmdResult CommandTime::Handle (const char** parameters, int pcnt, User *user)
+CmdResult CommandTime::Handle (const char**, int, User *user)
 {
        struct tm* timeinfo;
        time_t local = ServerInstance->Time();