summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/snomasks.h3
1 files changed, 2 insertions, 1 deletions
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();
};