aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_hostchange.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-08-05 11:58:40 -0400
committerGravatar Daniel De Graaf2010-08-05 11:58:40 -0400
commit660cc7bd8dc278f8492adf1757abeba21e19da8d (patch)
tree04cea67a068bc06c9550a5250f3448beeb92e9e6 /src/modules/m_hostchange.cpp
parentAllow OnParameterMissing to fill in the missing parameter (diff)
Fix m_override ignoring RequireKey and NoisyOverride settings
Diffstat (limited to 'src/modules/m_hostchange.cpp')
-rw-r--r--src/modules/m_hostchange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp
index d38af4992..c47b85af4 100644
--- a/src/modules/m_hostchange.cpp
+++ b/src/modules/m_hostchange.cpp
@@ -55,7 +55,7 @@ class ModuleHostChange : public Module
void Prioritize()
{
Module* cloak = ServerInstance->Modules->Find("m_cloaking.so");
- ServerInstance->Modules->SetPriority(this, I_OnUserConnect, PRIORITY_AFTER, &cloak);
+ ServerInstance->Modules->SetPriority(this, I_OnUserConnect, PRIORITY_AFTER, cloak);
}