changeset 18219:b96ea6cbc22c

Add NO_LINKIFY message flag for perl plugins.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 21 Jun 2007 06:50:23 +0000
parents 571e0ca28d6c
children 4eb0a18484cc
files libpurple/plugins/perl/common/Conversation.xs
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Conversation.xs	Thu Jun 21 06:46:27 2007 +0000
+++ b/libpurple/plugins/perl/common/Conversation.xs	Thu Jun 21 06:50:23 2007 +0000
@@ -62,6 +62,7 @@
 		const_iv(RAW),
 		const_iv(IMAGES),
 		const_iv(NOTIFY),
+		const_iv(NO_LINKIFY),
 	};
 	static const constiv cbflags_const_iv[] = {
 #undef const_iv