changeset 472:53179f875131

Combine some prints.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 May 2012 07:24:42 +0300
parents 4e178dfd0cc3
children 06aa00ba32a2
files main.c
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sat May 26 07:24:22 2012 +0300
+++ b/main.c	Sat May 26 07:24:42 2012 +0300
@@ -729,9 +729,10 @@
     }
     else
     {
-        printMsgQ(currWin, "Usage: /query username\n");
-        printMsgQ(currWin, "To close a PRV query, use /close [username]\n");
-        printMsgQ(currWin, "/close without username will close the current PRV window, if any.\n");
+        printMsgQ(currWin,
+        "Usage: /query username\n"
+        "To close a PRV query, use /close [username]\n"
+        "/close without username will close the current PRV window, if any.\n");
         return 1;
     }
 }
@@ -763,8 +764,9 @@
         }
         else
         {
-            printMsgQ(currWin, "Usage: /close [username]\n");
-            printMsgQ(currWin, "/close without username will close the current PRV window. if any.\n");
+            printMsgQ(currWin,
+            "Usage: /close [username]\n"
+            "/close without username will close the current PRV window. if any.\n");
         }
     }