35 std::string Description;
40 std::string LastMessage;
49 static void Send(
char letter,
const std::string& desc,
const std::string& msg);
60 void SendMessage(
const std::string& message,
char letter);
96 void EnableSnomask(
char letter,
const std::string &description);
102 void WriteToSnoMask(
char letter,
const std::string &text);
109 void WriteToSnoMask(
char letter,
const char* text, ...) CUSTOM_PRINTF(3, 4);
115 void WriteGlobalSno(
char letter,
const std::string &text);
122 void WriteGlobalSno(
char letter,
const char* text, ...) CUSTOM_PRINTF(3, 4);
132 void FlushSnotices();
140 bool IsSnomaskUsable(
char ch)
const;