From 4cf0ae1308fe98757de42ffbe391e61844ac9e0a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 6 Sep 2006 17:21:59 +0000 Subject: Command result codes. This isnt finished yet, still got to do most of the modules, and alter CallCommandHandler git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5149 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/command_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/command_parse.h') diff --git a/include/command_parse.h b/include/command_parse.h index a0d27be17..635db619c 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -189,7 +189,7 @@ class cmd_reload : public command_t cmd_reload (InspIRCd* Instance) : command_t(Instance,"RELOAD",'o',1) { syntax = ""; } /** Handle RELOAD */ - void Handle(const char** parameters, int pcnt, userrec *user); + CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; -- cgit v1.2.3