summaryrefslogtreecommitdiff
path: root/include/commands/cmd_clearcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_clearcache.h')
-rw-r--r--include/commands/cmd_clearcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_clearcache.h b/include/commands/cmd_clearcache.h
index e88a61822..d3435391a 100644
--- a/include/commands/cmd_clearcache.h
+++ b/include/commands/cmd_clearcache.h
@@ -28,7 +28,7 @@ class CommandClearcache : public Command
public:
/** Constructor for clearcache.
*/
- CommandClearcache (InspIRCd* Instance) : Command(Instance,"CLEARCACHE",'o',0) { }
+ CommandClearcache (InspIRCd* Instance) : Command(Instance,"CLEARCACHE","o",0) { }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command