summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-05 15:25:58 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-05 15:25:58 +0000
commit13a4f598b7e4ad56b5dc654d8f4b50b8a9851673 (patch)
treee01e42e89c5951deb155e10c89125170b74780b7 /src/snomasks.cpp
parent371b1d7ef0e17f8550e9b2379bed563969e41c04 (diff)
Add SnomaskManager::FlushSnotices() stub
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8636 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index dea7cc446..88714cf2d 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -27,6 +27,11 @@ SnomaskManager::~SnomaskManager()
{
}
+void SnomaskManager::FlushSnotices()
+{
+
+}
+
bool SnomaskManager::EnableSnomask(char letter, const std::string &type)
{
if (SnoMasks.find(letter) == SnoMasks.end())