mcabber/src/commands.c
changeset 315 65aa05520556
parent 310 29b27c8692ea
child 364 33b8e801ffa6
--- a/mcabber/src/commands.c	Thu Jul 14 23:24:22 2005 +0100
+++ b/mcabber/src/commands.c	Fri Jul 15 10:56:15 2005 +0100
@@ -498,6 +498,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"))) {