diff options
| author | 2007-01-14 19:05:32 +0000 | |
|---|---|---|
| committer | 2007-01-14 19:05:32 +0000 | |
| commit | 32700c949d1606b1315fca37f0b4380919dea37b (patch) | |
| tree | 421666acedc9cc363736e8d26e9ac1486e23ed87 /src/mode.cpp | |
| parent | Add return statement at the end of the special-case block for listing listmodes. (diff) | |
And take the return out again to stop w00t throwing a tantrum
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6330 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/mode.cpp')
| -rw-r--r-- | src/mode.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mode.cpp b/src/mode.cpp index fcec6096f..29ad18458 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -324,8 +324,6 @@ void ModeParser::Process(const char** parameters, int pcnt, userrec *user, bool mode++; } - - return; } if (pcnt == 1) |
