From 540f3bd9da75eea65e8ae5e5fd929ff522d95870 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 3 Sep 2006 00:44:11 +0000 Subject: Add /RELOAD and move cmd_mode into its own command. /RELOAD is the only thing you cant reload (ahem) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5119 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'include/mode.h') diff --git a/include/mode.h b/include/mode.h index 27cdd890f..fe646c9b3 100644 --- a/include/mode.h +++ b/include/mode.h @@ -483,18 +483,4 @@ class ModeParser : public classbase std::string ModeString(userrec* user, chanrec* channel); }; -/** Command handler class for the MODE command. - * put here for completeness. - */ -class cmd_mode : public command_t -{ - public: - /** Standard constructor - */ - cmd_mode (InspIRCd* Instance) : command_t(Instance,"MODE",0,1) { syntax = " {}"; } - /** Handle MODE - */ - void Handle(const char** parameters, int pcnt, userrec *user); -}; - #endif -- cgit v1.2.3