]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_ison.cpp
I lose for being slow. also tidyup a bit, still needs to fix that sizeof..
[user/henk/code/inspircd.git] / src / cmd_ison.cpp
index e50634f784db7f991c5cc9c3a2f3232c8d87f9e9..4ca319afcd21a8a187518c867bbc382501fe58b2 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
 #include "commands/cmd_ison.h"
 
 extern "C" DllExport command_t* init_command(InspIRCd* Instance)
@@ -77,8 +76,6 @@ CmdResult cmd_ison::Handle (const char** parameters, int pcnt, userrec *user)
                                        }
                                }
                        }
-                       /* There will only be one of these, we can bail after. */
-                       break;
                }
        }