summaryrefslogtreecommitdiff
path: root/src/core/os_restart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_restart.cpp')
-rw-r--r--src/core/os_restart.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/os_restart.cpp b/src/core/os_restart.cpp
index bf08fbbcb..04c6d02d6 100644
--- a/src/core/os_restart.cpp
+++ b/src/core/os_restart.cpp
@@ -7,9 +7,8 @@
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
- *
- *
*/
+
/*************************************************************************/
#include "module.h"
@@ -55,6 +54,7 @@ class OSRestart : public Module
{
this->SetAuthor("Anope");
this->SetType(CORE);
+
this->AddCommand(OperServ, new CommandOSRestart());
}
};