From c376d800ebe6057f2afd7ffcd065b64e0cdb3292 Mon Sep 17 00:00:00 2001 From: Robby- Date: Sun, 15 Apr 2012 10:45:34 +0200 Subject: Backported Shawn's NoSnoticeStack code from insp21 --- 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 f8e1fc158..e0849147b 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -83,7 +83,7 @@ SnomaskManager::SnomaskManager() void Snomask::SendMessage(const std::string &message, char mysnomask) { - if (message != LastMessage || mysnomask != LastLetter) + if (ServerInstance->Config->NoSnoticeStack || message != LastMessage || mysnomask != LastLetter) { this->Flush(); LastMessage = message; -- cgit v1.3.1-10-gc9f91