diff options
-rw-r--r-- | src/snomasks.cpp | 2 |
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) |