changeset 333:64946336548a

Don't log toggling of ignore mode messages.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Jun 2011 03:42:08 +0300
parents f55f8309aa66
children 3c7676b2b367
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Mon Jun 20 03:41:32 2011 +0300
+++ b/nnchat.c	Mon Jun 20 03:42:08 2011 +0300
@@ -1713,7 +1713,7 @@
 
             case KEY_F(5): /* F5 = Ignore mode */
                 setIgnoreMode = !setIgnoreMode;
-                printMsg(currWin, "Ignore mode = %s\n", setIgnoreMode ? "ON" : "OFF");
+                printMsgQ(currWin, "Ignore mode = %s\n", setIgnoreMode ? "ON" : "OFF");
                 break;
             
             case 0x03: /* ^C = quit */