diff mcabber/src/commands.c @ 364:33b8e801ffa6

Merge changeset 315 (65aa05520556)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 24 Jul 2005 15:13:53 +0100
parents 51ff319947c3 65aa05520556
children 499170ed71c9
line wrap: on
line diff
--- a/mcabber/src/commands.c	Sun Jul 24 15:01:24 2005 +0100
+++ b/mcabber/src/commands.c	Sun Jul 24 15:13:53 2005 +0100
@@ -514,6 +514,8 @@
   gpointer bud;
 
   if (!strcasecmp(arg, "abort")) {
+    if (scr_get_multimode())
+      scr_LogPrint("Leaving multi-line message mode");
     scr_set_multimode(FALSE);
     return;
   } else if ((!strcasecmp(arg, "begin")) || (!strcasecmp(arg, "verbatim"))) {