summaryrefslogtreecommitdiff
path: root/src/commands/cmd_squit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cmd_squit.cpp')
-rw-r--r--src/commands/cmd_squit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_squit.cpp b/src/commands/cmd_squit.cpp
index f51bc42b9..e98790380 100644
--- a/src/commands/cmd_squit.cpp
+++ b/src/commands/cmd_squit.cpp
@@ -24,7 +24,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
return new CommandSquit(Instance);
}
-CmdResult CommandSquit::Handle (const char**, int, User *user)
+CmdResult CommandSquit::Handle (const char* const*, 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;