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/commands/cmd_nick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands/cmd_nick.h') diff --git a/include/commands/cmd_nick.h b/include/commands/cmd_nick.h index f63a6195c..058aa1981 100644 --- a/include/commands/cmd_nick.h +++ b/include/commands/cmd_nick.h @@ -26,7 +26,7 @@ class cmd_nick : public command_t { public: cmd_nick (InspIRCd* Instance) : command_t(Instance,"NICK",0,1,true) { syntax = ""; } - void Handle(const char** parameters, int pcnt, userrec *user); + CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; #endif -- cgit v1.2.3