[Pkg-privacy-commits] [irssi-plugin-otr] 70/267: weechat: use OTR:\t as prefix for log messages.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:29 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 07b64a1234be14ac2cb4758b74b2f152c8fd0ffc
Author: Uli Meis <a.sporto+bee at gmail.com>
Date:   Thu Feb 19 14:35:22 2009 +0100

    weechat: use OTR:\t as prefix for log messages.
---
 weechat/weechat_otr.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/weechat/weechat_otr.c b/weechat/weechat_otr.c
index 0ddae63..9393afa 100644
--- a/weechat/weechat_otr.c
+++ b/weechat/weechat_otr.c
@@ -55,7 +55,7 @@ void printformatva(IRC_CTX *ircctx, const char *nick, const char *format, va_lis
 			weechat_command(NULL,cmd);
 			buffer = weechat_buffer_search("irc",s);
 			if (!buffer)
-				weechat_printf(NULL,"OTR: Failed to create "
+				weechat_printf(NULL,"OTR:\tFailed to create "
 					       "a buffer for the following "
 					       "message! server=%s,nick=%s",
 					       ircctx->address,nick);
@@ -66,7 +66,7 @@ void printformatva(IRC_CTX *ircctx, const char *nick, const char *format, va_lis
 		sprintf( s, "internal error parsing error string (BUG)" );
 	va_end( params );
 
-	weechat_printf(buffer,"OTR: %s",s);
+	weechat_printf(buffer,"OTR:\t%s",s);
 }
 
 void printformat(IRC_CTX *ircctx, const char *nick, int lvl, int fnum, ...)

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