# HG changeset patch # User Matti Hamalainen # Date 1338006282 -10800 # Node ID 53179f8751313fd29baab87be4dbba7fab573335 # Parent 4e178dfd0cc340a23dc45361e00f91636389adee Combine some prints. diff -r 4e178dfd0cc3 -r 53179f875131 main.c --- 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"); } }