]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_time.cpp
Add support for CAP to this via multi-prefix. NOTE, the OnNamesList for this and...
[user/henk/code/inspircd.git] / src / commands / cmd_time.cpp
index 7d35c712885480234eb3bbd3da6ddfcb63a1016a..a62d46d7a17e43198b765413a019ecfa8bd5e877 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**, int, User *user)
+CmdResult CommandTime::Handle (const char* const*, int, User *user)
 {
        struct tm* timeinfo;
        time_t local = ServerInstance->Time();