diff options
author | George Hazan <ghazan@miranda.im> | 2020-09-17 20:38:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-09-17 20:38:05 +0300 |
commit | 73c1261a4fd2a7adfa496e054846c61167ce7fff (patch) | |
tree | edfd2f9f92f3a8bbe528ebc0e2628db91ee9c3c6 /include | |
parent | 5d2c869e92a471e883990a0d18f4a1b37a5e10ad (diff) |
muted chat not to generate any sounds either
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index d0dfff4bce..f5605f80a6 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -75,6 +75,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define ICON_STATUS4 18
#define ICON_STATUS5 19
+#define CHATMODE_NORMAL 0
+#define CHATMODE_MUTE 1
+#define CHATMODE_UNMUTE 2
+
//structs
struct SESSION_INFO;
|