mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 05:49:27 +01:00
StdinReader: chomp newline from input before logging
This commit is contained in:
parent
cdb7ac1901
commit
ea016dc406
@ -37,6 +37,7 @@ sub initialize {
|
||||
|
||||
sub stdin_reader {
|
||||
my ($self, $input) = @_;
|
||||
chomp $input;
|
||||
|
||||
# make sure we're in the foreground first
|
||||
$self->{foreground} = (tcgetpgrp($self->{tty_fd}) == getpgrp()) ? 1 : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user