diff options
author | Adam <Adam@anope.org> | 2010-09-16 21:16:20 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-09-16 21:16:20 -0400 |
commit | 86c1dab2863f228e92ce7e0bd23ffb17cda0242b (patch) | |
tree | d4adf87e720de20eedcd413cc1b7bc9b06247766 /modules/core/cs_set_mlock.cpp | |
parent | cd1e9f3181234521a2858f73b47f57a22c0dad40 (diff) |
Fixed many bugs and crashes
Diffstat (limited to 'modules/core/cs_set_mlock.cpp')
-rw-r--r-- | modules/core/cs_set_mlock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set_mlock.cpp b/modules/core/cs_set_mlock.cpp index cfae860a7..b4c117d05 100644 --- a/modules/core/cs_set_mlock.cpp +++ b/modules/core/cs_set_mlock.cpp @@ -65,7 +65,7 @@ class CommandCSSetMLock : public Command if (paramcount >= params.size()) continue; - Anope::string param = params[paramcount]; + Anope::string param = params[paramcount++]; ChannelModeParam *cmp = debug_cast<ChannelModeParam *>(cm); |