diff options
-rw-r--r-- | src/snomasks.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 3b4902b40..dbbc11aaf 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -49,7 +49,8 @@ bool SnomaskManager::SetLocalOnly(char letter, bool local) return n->second->LocalOnly; } - ServerInstance->Log("SNOMASK", DEFAULT, "Snomask %d not found, unmatched modules?", letter); + ServerInstance->Logs->Log("SNOMASK", DEFAULT, "Snomask %d not found, unmatched modules?", letter); + return true; } bool SnomaskManager::EnableSnomask(char letter, const std::string &type, bool local) |