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, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_restart.h b/include/commands/cmd_restart.h
index 704d2822c..46a2e606e 100644
--- a/include/commands/cmd_restart.h
+++ b/include/commands/cmd_restart.h
@@ -33,6 +33,8 @@
class cmd_restart : public command_t
{
public:
+ /** Constructor for restart.
+ */
cmd_restart (InspIRCd* Instance) : command_t(Instance,"RESTART",'o',1) { syntax = "<password>"; }
CmdResult Handle(const char** parameters, int pcnt, userrec *user);
};