]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_ison.cpp
Finally take ServerInstance out of the global scope in this module, amongst a ton...
[user/henk/code/inspircd.git] / src / cmd_ison.cpp
index 72f5ded7c989f81831957b4b57fe34782491f8d8..40c56cffb321740f42591498350710478d9f322a 100644 (file)
 #include "inspircd.h"
 #include "commands/cmd_ison.h"
 
-
-
 extern "C" command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_ison(Instance);
 }
 
+/** Handle /ISON
+ */
 CmdResult cmd_ison::Handle (const char** parameters, int pcnt, userrec *user)
 {
        char retbuf[MAXBUF];