summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_mlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_set_mlock.cpp')
-rw-r--r--modules/core/cs_set_mlock.cpp2
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);