diff options
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); } */ |
