From 3a0c20b609e2adcf2cc2e551a8547e5535a2688f Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 23 Apr 2008 10:21:59 +0000 Subject: Warn, don't throw.. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9579 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/snomasks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3