diff mcabber/src/commands.c @ 1484:7b36b91a4388

New UI message flag (O) when OTR is used When PGP is used, the flag is still '~'. When OTR is used (and PGP is not), the encryption flag is 'O'.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 14:30:25 +0200
parents 477581e3b95e
children 0121b6f3047c
line wrap: on
line diff
--- a/mcabber/src/commands.c	Sun Apr 20 11:45:01 2008 +0200
+++ b/mcabber/src/commands.c	Sun Apr 20 14:30:25 2008 +0200
@@ -1140,8 +1140,7 @@
 
   // Network part
   jb_send_msg(fjid, msg, (isroom ? ROSTER_TYPE_ROOM : ROSTER_TYPE_USER),
-              subj, NULL, &crypted,
-              type_overwrite);
+              subj, NULL, &crypted, type_overwrite);
 
   if (crypted == -1) {
     scr_LogPrint(LPRINT_LOGNORM, "Encryption error.  Message was not sent.");