diff options
Diffstat (limited to 'modules/chanserv/mode.cpp')
-rw-r--r-- | modules/chanserv/mode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/chanserv/mode.cpp b/modules/chanserv/mode.cpp index 9b98534a0..b1639baa0 100644 --- a/modules/chanserv/mode.cpp +++ b/modules/chanserv/mode.cpp @@ -96,9 +96,9 @@ Anope::string ModeLockImpl::GetName() return Get(&ModeLockType::name); } -void ModeLockImpl::SetName(const Anope::string &name) +void ModeLockImpl::SetName(const Anope::string &n) { - Set(&ModeLockType::name, name); + Set(&ModeLockType::name, n); } Anope::string ModeLockImpl::GetParam() |