diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-23 10:22:36 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-23 10:22:36 +0000 |
commit | fefc5fbd382573dfa73750eb4872ae00e39edbd6 (patch) | |
tree | 61a24f1e4079e16c40cc451f895c2c6b5e110525 /src/snomasks.cpp | |
parent | 3a0c20b609e2adcf2cc2e551a8547e5535a2688f (diff) |
Fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9580 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/snomasks.cpp')
-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) |