]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_time.cpp
Fix trampling on memory in Z/G/K/ELine.
[user/henk/code/inspircd.git] / src / commands / cmd_time.cpp
index 97f4eb5ae5201028518ed3e3561526d66552c047..f5bb86b3d38fdfd0c9e0537f083865c7af2558de 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -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();