comparison libpurple/conversation.h @ 24144:c87f7c6ab57c

typo?
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 30 Sep 2008 07:22:33 +0000
parents d73ad65a7d5d
children d8452c0bec7b 22b8a92fb5ee
comparison
equal deleted inserted replaced
24143:c5b225367947 24144:c87f7c6ab57c
112 message should not be 112 message should not be
113 shown in conversations 113 shown in conversations
114 which are only open for 114 which are only open for
115 internal UI purposes 115 internal UI purposes
116 (e.g. for contact-aware 116 (e.g. for contact-aware
117 conversions). */ 117 conversations). */
118 PURPLE_MESSAGE_NICK = 0x0020, /**< Contains your nick. */ 118 PURPLE_MESSAGE_NICK = 0x0020, /**< Contains your nick. */
119 PURPLE_MESSAGE_NO_LOG = 0x0040, /**< Do not log. */ 119 PURPLE_MESSAGE_NO_LOG = 0x0040, /**< Do not log. */
120 PURPLE_MESSAGE_WHISPER = 0x0080, /**< Whispered message. */ 120 PURPLE_MESSAGE_WHISPER = 0x0080, /**< Whispered message. */
121 PURPLE_MESSAGE_ERROR = 0x0200, /**< Error message. */ 121 PURPLE_MESSAGE_ERROR = 0x0200, /**< Error message. */
122 PURPLE_MESSAGE_DELAYED = 0x0400, /**< Delayed message. */ 122 PURPLE_MESSAGE_DELAYED = 0x0400, /**< Delayed message. */