From 187544bfd00c340492924f8238109ff7929c555d Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 15 Dec 2008 12:14:04 +0000 Subject: Fix naming convention to be consistant. (cmd_ -> Command) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10891 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/command_parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/command_parse.h') diff --git a/include/command_parse.h b/include/command_parse.h index 78864a4ec..86851d695 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -207,12 +207,12 @@ class CoreExport CommandParser : public classbase /** Command handler class for the RELOAD command. * A command cant really reload itself, so this has to be in here. */ -class cmd_reload : public Command +class CommandReload : public Command { public: /** Standard constructor */ - cmd_reload (InspIRCd* Instance) : Command(Instance,"RELOAD","o",1) { syntax = ""; } + CommandReload (InspIRCd* Instance) : Command(Instance,"RELOAD","o",1) { syntax = ""; } /** Handle RELOAD */ CmdResult Handle(const std::vector& parameters, User *user); -- cgit v1.3.1-10-gc9f91