diff options
Diffstat (limited to 'src/cmd_lusers.cpp')
-rw-r--r-- | src/cmd_lusers.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd_lusers.cpp b/src/cmd_lusers.cpp index 69ec7494f..23b8754e0 100644 --- a/src/cmd_lusers.cpp +++ b/src/cmd_lusers.cpp @@ -18,6 +18,13 @@ #include "inspircd.h" #include "commands/cmd_lusers.h" + + +extern "C" command_t* init_command(InspIRCd* Instance) +{ + return new cmd_lusers(Instance); +} + void cmd_lusers::Handle (const char** parameters, int pcnt, userrec *user) { // this lusers command shows one server at all times because |