aboutsummaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index e39fb84fb..3aa3407e2 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -123,7 +123,7 @@ void Snomask::Flush()
void Snomask::Send(char letter, const std::string& desc, const std::string& msg)
{
- ServerInstance->Logs->Log(desc, LOG_DEFAULT, msg);
+ ServerInstance->Logs.Log(desc, LOG_DEFAULT, msg);
const std::string finalmsg = InspIRCd::Format("*** %s: %s", desc.c_str(), msg.c_str());
/* Only opers can receive snotices, so we iterate the oper list */