From 606aa8f09b64d9b779fe847f7f969b6c456f8343 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 10 Mar 2009 22:55:55 +0000 Subject: Fix snomask stacking to only delay (last message repeated) part of the snomask git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11201 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/snomasks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/snomasks.h b/include/snomasks.h index 767c785da..742528c06 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -23,6 +23,7 @@ class Snomask : public Extensible char MySnomask; std::string Description; std::string LastMessage; + bool LastBlocked; unsigned int Count; /** Create a new Snomask @@ -35,7 +36,7 @@ class Snomask : public Extensible */ void SendMessage(const std::string &message); - /** Sends out a pending message + /** Sends out the (last message repeated N times) message */ void Flush(); }; -- cgit v1.2.3