diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-25 11:12:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-25 11:12:44 +0000 |
commit | 440eeae6497dfceff29a6ec4ddc8fb6fa550ec48 (patch) | |
tree | 3de7c129126e2e9c138aaac1cb4b359b466da15b /src | |
parent | 3895566b53bad68db68bd57654b31119d9864593 (diff) |
Fix for bug #397
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7821 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd_ison.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd_ison.cpp b/src/cmd_ison.cpp index e50634f78..e5cbe270f 100644 --- a/src/cmd_ison.cpp +++ b/src/cmd_ison.cpp @@ -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; } } |