]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_squit.cpp
All working now, with any luck
[user/henk/code/inspircd.git] / src / commands / cmd_squit.cpp
index 8f1cbf43da0c1837cca74f66c552f1b4fa929866..f51bc42b9d4fb3bf0e55cd7c72ab163f27c06c68 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
@@ -24,7 +24,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
        return new CommandSquit(Instance);
 }
 
-CmdResult CommandSquit::Handle (const char** parameters, int pcnt, User *user)
+CmdResult CommandSquit::Handle (const char**, int, User *user)
 {
        user->WriteServ( "NOTICE %s :Look into loading a linking module (like m_spanningtree) if you want this to do anything useful.", user->nick);
        return CMD_FAILURE;