summaryrefslogtreecommitdiff
path: root/include/commands/cmd_restart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_restart.h')
-rw-r--r--include/commands/cmd_restart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_restart.h b/include/commands/cmd_restart.h
index 886c42b11..ddb14cbbc 100644
--- a/include/commands/cmd_restart.h
+++ b/include/commands/cmd_restart.h
@@ -32,7 +32,7 @@ class CommandRestart : public Command
public:
/** Constructor for restart.
*/
- CommandRestart (InspIRCd* Instance) : Command(Instance,"RESTART",'o',1,false,0) { syntax = "<password>"; }
+ CommandRestart (InspIRCd* Instance) : Command(Instance,"RESTART","o",1,false,0) { syntax = "<password>"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command