From 352eb2b29f2e3f759ef74344b4807b1b6dff8e59 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 23 Oct 2007 20:45:09 +0000 Subject: All the core is now pedantic safe! NOTE: I changed ModeHandler removing a redundant param. Devs, if you find stuff that doesnt compile, change AddMode(handler, 'l') to AddMode(handler); and it will :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8319 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands/cmd_links.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/cmd_links.cpp') diff --git a/src/commands/cmd_links.cpp b/src/commands/cmd_links.cpp index 4c50b2684..f216dbc2c 100644 --- a/src/commands/cmd_links.cpp +++ b/src/commands/cmd_links.cpp @@ -21,7 +21,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance) /** Handle /LINKS */ -CmdResult CommandLinks::Handle (const char** parameters, int pcnt, User *user) +CmdResult CommandLinks::Handle (const char**, int, User *user) { user->WriteServ("364 %s %s %s :0 %s",user->nick,ServerInstance->Config->ServerName,ServerInstance->Config->ServerName,ServerInstance->Config->ServerDesc); user->WriteServ("365 %s * :End of /LINKS list.",user->nick); -- cgit v1.2.3