diff options
Diffstat (limited to 'src/cmd_restart.cpp')
-rw-r--r-- | src/cmd_restart.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_restart.cpp b/src/cmd_restart.cpp index c159b8b0c..18f8d2fc9 100644 --- a/src/cmd_restart.cpp +++ b/src/cmd_restart.cpp @@ -18,6 +18,13 @@ #include "users.h" #include "commands/cmd_restart.h" + + +extern "C" command_t* init_command(InspIRCd* Instance) +{ + return new cmd_restart(Instance); +} + void cmd_restart::Handle (const char** parameters, int pcnt, userrec *user) { char *argv[32]; |