diff options
Diffstat (limited to 'src/modules/m_nicklock.cpp')
| -rw-r--r-- | src/modules/m_nicklock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_nicklock.cpp b/src/modules/m_nicklock.cpp index 4cc37229c..692c23ee8 100644 --- a/src/modules/m_nicklock.cpp +++ b/src/modules/m_nicklock.cpp @@ -73,7 +73,7 @@ class CommandNicklock : public Command /* If we made it this far, extend the user */ if (IS_LOCAL(target)) { - locked.set(target, 1); + locked.Set(target, 1); std::string oldnick = target->nick; if (target->ChangeNick(parameters[1])) |
