src/conversation.h

changeset 9584
1a6198375303
parent 9554
1609ba3612c3
child 9627
4a7636442f25
--- a/src/conversation.h	Sat Jul 24 15:14:43 2004 +0000
+++ b/src/conversation.h	Sat Jul 24 15:18:32 2004 +0000
@@ -116,7 +116,8 @@
 	GAIM_MESSAGE_NICK      = 0x0020, /**< Contains your nick.      */
 	GAIM_MESSAGE_NO_LOG    = 0x0040, /**< Do not log.              */
 	GAIM_MESSAGE_WHISPER   = 0x0080, /**< Whispered message.       */
-	GAIM_MESSAGE_ERROR     = 0x0200  /**< Error message.           */
+	GAIM_MESSAGE_ERROR     = 0x0200, /**< Error message.           */
+	GAIM_MESSAGE_DELAYED   = 0x0400  /**< Delayed message.         */
 } GaimMessageFlags;
 
 /**

mercurial