]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_lusers.cpp
Fix sending bans on sync:
[user/henk/code/inspircd.git] / src / cmd_lusers.cpp
index 93b87a94dbfc7ba73cfbc66daa530c46b60b187f..4381cdacc67ecbd807ff7cedc6ce14612fc5f415 100644 (file)
 #include "inspircd.h"
 #include "commands/cmd_lusers.h"
 
-
-
 extern "C" command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_lusers(Instance);
 }
 
+/** Handle /LUSERS
+ */
 CmdResult cmd_lusers::Handle (const char** parameters, int pcnt, userrec *user)
 {
        // this lusers command shows one server at all times because