From 449bbb6e04f73685341fc22acb4b579794bd56ac Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 13 Feb 2008 10:39:25 +0000 Subject: Slight API tweak. Change Command to take char * instead of char in it's constructor, this avoids confusion/generates a compile error if someone mixes up flags with number of params, instead of working but not working as expected in a weird manner. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8918 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_unloadmodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands/cmd_unloadmodule.h') diff --git a/include/commands/cmd_unloadmodule.h b/include/commands/cmd_unloadmodule.h index b102ec07f..bffbe3f24 100644 --- a/include/commands/cmd_unloadmodule.h +++ b/include/commands/cmd_unloadmodule.h @@ -29,7 +29,7 @@ class CommandUnloadmodule : public Command public: /** Constructor for unloadmodule. */ - CommandUnloadmodule (InspIRCd* Instance) : Command(Instance,"UNLOADMODULE",'o',1) { syntax = ""; } + CommandUnloadmodule (InspIRCd* Instance) : Command(Instance,"UNLOADMODULE","o",1) { syntax = ""; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command -- cgit v1.2.3