diff options
| author | 2008-01-17 15:54:33 +0000 | |
|---|---|---|
| committer | 2008-01-17 15:54:33 +0000 | |
| commit | 4426a2fc448f332e42a7e6ff778e5047bb588c98 (patch) | |
| tree | 0a8dcaaa5b9243d77062bccada51e0d4b8d73475 /src/modules/m_chanprotect.cpp | |
| parent | Remove InspIRCd::WriteOpers in favour of snomask O (diff) | |
| download | inspircd++-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.cpp | 2 |
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."); } } |
