aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands/cmd_modules.cpp
diff options
context:
space:
mode:
authorGravatar danieldg2009-09-13 20:32:27 +0000
committerGravatar danieldg2009-09-13 20:32:27 +0000
commit069a2ef21425007d092342c8c11ec28da2f410d7 (patch)
tree30df16dcbf75bdeede41de270efcb055e0415617 /src/commands/cmd_modules.cpp
parentFix GetPrefixChar returning empty if a non-prefix mode was used (diff)
downloadinspircd++-069a2ef21425007d092342c8c11ec28da2f410d7.tar.gz
inspircd++-069a2ef21425007d092342c8c11ec28da2f410d7.tar.bz2
inspircd++-069a2ef21425007d092342c8c11ec28da2f410d7.zip
Clean up Command constructor
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11707 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands/cmd_modules.cpp')
-rw-r--r--src/commands/cmd_modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_modules.cpp b/src/commands/cmd_modules.cpp
index 619cf1cb6..599eb611b 100644
--- a/src/commands/cmd_modules.cpp
+++ b/src/commands/cmd_modules.cpp
@@ -31,7 +31,7 @@ class CommandModules : public Command
public:
/** Constructor for modules.
*/
- CommandModules (InspIRCd* Instance, Module* parent) : Command(Instance,parent,"MODULES",0,0) { syntax = "[debug]"; }
+ CommandModules ( Module* parent) : Command(parent,"MODULES",0,0) { syntax = "[debug]"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command