diff options
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;
|
