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