diff options
-rw-r--r-- | src/modules/m_chanprotect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp index 583bde692..e85744d06 100644 --- a/src/modules/m_chanprotect.cpp +++ b/src/modules/m_chanprotect.cpp @@ -362,7 +362,7 @@ class ModuleChanProtect : public Module if (cp && ServerInstance->Modes->FindPrefix(APrefix) == cp) throw CoreException("Looks like the +a prefix you picked for m_chanprotect is already in use. Pick another."); - if (cf && ServerInstance->Modes->FindPrefix(APrefix) == cf) + if (cf && ServerInstance->Modes->FindPrefix(QPrefix) == cf) throw CoreException("Looks like the +q prefix you picked for m_chanprotect is already in use. Pick another."); DeprivSelf = Conf.ReadFlag("options","deprotectself",0); |