From 1fa86207eda4c5eee0547beb5cb2b94a16a05609 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 18 May 2008 14:29:04 +0000 Subject: Fixy git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9731 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/snomasks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snomasks.cpp') diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 91e554dd6..f4dfdc1e1 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -127,7 +127,7 @@ void Snomask::Flush() if (this->LastMessage.empty()) return; - a->WriteServ("NOTICE %s :*** %s: %s", a->nick, this->Description.c_str(), this->LastMessage.c_str()); + ServerInstance->Logs->Log("snomask", DEFAULT, "%s: %s", this->Description.c_str(), this->LastMessage.c_str()); if (Count > 1) ServerInstance->Logs->Log("snomask", DEFAULT, "%s: (last message repeated %u times)", this->Description.c_str(), Count); -- cgit v1.2.3