summaryrefslogtreecommitdiff
path: root/include/m_chat.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-11-14 20:04:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-11-14 20:04:02 +0300
commit2d74ff3a09c40efda6ad6e9c6b569820776a54f1 (patch)
treea30fa0bca0c7dec52fa5b554b7eccd0993d254fa /include/m_chat.h
parente097a96ae55208292e1800c75b6a1f7766e38964 (diff)
basic set for storing group chat messages in a database + reusing log settings like show 10 recent messages
Diffstat (limited to 'include/m_chat.h')
-rw-r--r--include/m_chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat.h b/include/m_chat.h
index efe95dbfad..4a58d625c5 100644
--- a/include/m_chat.h
+++ b/include/m_chat.h
@@ -133,6 +133,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define GC_ACKMSG 0x0020 // the protocol must acknowlege messages sent
#define GC_TYPNOTIF 0x0040 // enable typing notifications.
#define GC_CHANMGR 0x0080 // enable the 'channel settings' button
+#define GC_DATABASE 0x0100 // all events are backed in the database
// Error messages
#define GC_ERROR 1 // An internal error occurred.