]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 23 Apr 2008 10:22:36 +0000 (10:22 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 23 Apr 2008 10:22:36 +0000 (10:22 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9580 e03df62e-2008-0410-955e-edbf42e46eb7

src/snomasks.cpp

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