29 std::string Description;
30 std::string LastMessage;
37 Snomask() : Count(0), LastBlocked(false), LastLetter(0)
43 void SendMessage(
const std::string &message,
char letter);
70 void EnableSnomask(
char letter,
const std::string &description);
76 void WriteToSnoMask(
char letter,
const std::string &text);
83 void WriteToSnoMask(
char letter,
const char* text, ...) CUSTOM_PRINTF(3, 4);
89 void WriteGlobalSno(
char letter,
const std::string &text);
96 void WriteGlobalSno(
char letter,
const char* text, ...) CUSTOM_PRINTF(3, 4);
107 void FlushSnotices();