adium 3567:ce55c3af60c4: Don't display outgoing '/me' actions in...

commits at adium.im commits at adium.im
Mon Nov 22 19:30:28 UTC 2010


details:	http://hg.adium.im/adium/rev/ce55c3af60c4
revision:	3567:ce55c3af60c4
author:		Stephen Holt <sholt at adium.im>
date:		Mon Nov 22 11:30:16 2010 -0800

Don't display outgoing '/me' actions in IRC.

diffs (11 lines):

diff -r 9c16238ea418 -r ce55c3af60c4 Plugins/Purple Service/ESIRCAccount.m
--- a/Plugins/Purple Service/ESIRCAccount.m	Sun Nov 21 21:00:40 2010 -0600
+++ b/Plugins/Purple Service/ESIRCAccount.m	Mon Nov 22 11:30:16 2010 -0800
@@ -193,6 +193,7 @@
 	if (!didCommand || hasSlashMe) {
 		if (hasSlashMe) {
 			inContentMessage.sendContent = NO;
+			inContentMessage.displayContent = NO;
 		}
 		/* If we're sending a message on an encrypted direct msg, we can encode the HTML normally, as links will go through fine.
 		 * However, in all other cases, IRC will drop the title of any link, so we preprocess it to be in the form "title (link)"




More information about the commits mailing list