]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix for bug #397
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 25 Aug 2007 11:12:44 +0000 (11:12 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 25 Aug 2007 11:12:44 +0000 (11:12 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7821 e03df62e-2008-0410-955e-edbf42e46eb7

src/cmd_ison.cpp

index e50634f784db7f991c5cc9c3a2f3232c8d87f9e9..e5cbe270f5b4ab989bc77ee4fb0fa41b67940d43 100644 (file)
@@ -77,8 +77,6 @@ CmdResult cmd_ison::Handle (const char** parameters, int pcnt, userrec *user)
                                        }
                                }
                        }
-                       /* There will only be one of these, we can bail after. */
-                       break;
                }
        }