diff options
Diffstat (limited to 'src/cmd_info.cpp')
-rw-r--r-- | src/cmd_info.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_info.cpp b/src/cmd_info.cpp index b3253daef..ce6358fd0 100644 --- a/src/cmd_info.cpp +++ b/src/cmd_info.cpp @@ -19,6 +19,13 @@ #include "modules.h" #include "commands/cmd_info.h" + + +extern "C" command_t* init_command(InspIRCd* Instance) +{ + return new cmd_info(Instance); +} + void cmd_info::Handle (const char** parameters, int pcnt, userrec *user) { user->WriteServ( "371 %s :. o O (The Inspire Internet Relay Chat Server) O o .", user->nick); |