aboutsummaryrefslogtreecommitdiff
path: root/src/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.c')
-rw-r--r--src/irc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irc.c b/src/irc.c
index ddfd14c..a67cf56 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -497,7 +497,7 @@ static void parse_msg(void) {
/*
scr_print_active("RAW: ");
scr_print_active(msg);
- scr_print_active("\n");
+ scr_eol_active();
*/
/* if there's a final multiword arg... */
@@ -552,7 +552,7 @@ static void parse_msg(void) {
if(msg_dest) {
scr_print_current("got here, msg_dest is: ");
scr_print_current(msg_dest);
- scr_print_current("\n");
+ scr_eol_current();
}
*/