[Pkg-privacy-commits] [irssi-plugin-otr] 188/267: Fix: print right nick name on otr finish

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:31 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 eb22db4b50b0d46861f07e5409ca27d81e96a118
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Sat Jan 19 15:23:26 2013 -0500

    Fix: print right nick name on otr finish
    
    Fixes #17
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 src/otr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/otr.c b/src/otr.c
index ee1d83e..3b9e026 100644
--- a/src/otr.c
+++ b/src/otr.c
@@ -493,7 +493,7 @@ void otr_finish(SERVER_REC *irssi, const char *nick)
 	otr_status_change(irssi, nick, OTR_STATUS_FINISHED);
 
 	IRSSI_INFO(irssi, nick, "Finished conversation with %9%s%9",
-			ctx->accountname);
+			nick);
 
 end:
 	return;

-- 
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