summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-23 10:21:59 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-23 10:21:59 +0000
commit3a0c20b609e2adcf2cc2e551a8547e5535a2688f (patch)
tree448d0181a05844cc653b44e817cdb1792cc676a5 /src/snomasks.cpp
parent39af36e058de47d30706ab3e5a5a7f183fee0eff (diff)
Warn, don't throw..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9579 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index eaa7bd1f1..3b4902b40 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -49,7 +49,7 @@ bool SnomaskManager::SetLocalOnly(char letter, bool local)
return n->second->LocalOnly;
}
- throw "snomask not found wtf";
+ ServerInstance->Log("SNOMASK", DEFAULT, "Snomask %d not found, unmatched modules?", letter);
}
bool SnomaskManager::EnableSnomask(char letter, const std::string &type, bool local)