aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_chanprotect.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-01-17 15:54:33 +0000
committerGravatar w00t2008-01-17 15:54:33 +0000
commit4426a2fc448f332e42a7e6ff778e5047bb588c98 (patch)
tree0a8dcaaa5b9243d77062bccada51e0d4b8d73475 /src/modules/m_chanprotect.cpp
parentRemove InspIRCd::WriteOpers in favour of snomask O (diff)
downloadinspircd++-4426a2fc448f332e42a7e6ff778e5047bb588c98.tar.gz
inspircd++-4426a2fc448f332e42a7e6ff778e5047bb588c98.tar.bz2
inspircd++-4426a2fc448f332e42a7e6ff778e5047bb588c98.zip
Fix.. snomask O is already taken (ffs) so use A instead
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8729 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_chanprotect.cpp')
-rw-r--r--src/modules/m_chanprotect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp
index 9e307ab00..95a9efe19 100644
--- a/src/modules/m_chanprotect.cpp
+++ b/src/modules/m_chanprotect.cpp
@@ -364,7 +364,7 @@ class ModuleChanProtect : public Module
/* These wont fail, we already owned the mode characters before */
ServerInstance->AddMode(cp);
ServerInstance->AddMode(cf);
- ServerInstance->SNO->WriteToSnoMask('O', "WARNING: +qa prefixes were enabled or disabled via a REHASH. Clients will probably need to reconnect to pick up this change.");
+ ServerInstance->SNO->WriteToSnoMask('A', "WARNING: +qa prefixes were enabled or disabled via a REHASH. Clients will probably need to reconnect to pick up this change.");
}
}