]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Warn, don't throw..
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 23 Apr 2008 10:21:59 +0000 (10:21 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 23 Apr 2008 10:21:59 +0000 (10:21 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9579 e03df62e-2008-0410-955e-edbf42e46eb7

src/snomasks.cpp

index eaa7bd1f12e713daea1c444c277339120cd496b6..3b4902b40da989701d5cc1ec5c505902f5a1f085 100644 (file)
@@ -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)