[Pkg-privacy-commits] [irssi-plugin-otr] 178/267: Change text color for the auth question

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.

commit de3a677a7869e61435b9f6a1e1bddeb8ffd9f875
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Sun Dec 2 15:11:43 2012 -0500

    Change text color for the auth question
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 src/otr-ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/otr-ops.c b/src/otr-ops.c
index f20d513..5c3b734 100644
--- a/src/otr-ops.c
+++ b/src/otr-ops.c
@@ -292,7 +292,7 @@ static void ops_smp_event(void *opdata, OtrlSMPEvent smp_event,
 	case OTRL_SMPEVENT_ASK_FOR_ANSWER:
 		IRSSI_NOTICE(irssi, from, "%9%s%9 wants to authenticate and "
 				"asked this question:", from);
-		IRSSI_NOTICE(irssi, from, "-> %9%s%9", question);
+		IRSSI_NOTICE(irssi, from, "%b>%n %y%s%n", question);
 		IRSSI_NOTICE(irssi, from, "Type %9/otr auth <SECRET>%9 to complete.");
 		opc->ask_secret = 1;
 		otr_status_change(irssi, from, OTR_STATUS_SMP_INCOMING);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list