diff options
Diffstat (limited to 'scripts/hlbot.pl')
| -rw-r--r-- | scripts/hlbot.pl | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/scripts/hlbot.pl b/scripts/hlbot.pl index d9e5113..1d8cfd6 100644 --- a/scripts/hlbot.pl +++ b/scripts/hlbot.pl @@ -209,7 +209,6 @@ my $proto = getprotobyname('udp');  my $paddr = sockaddr_in($listen_port, $iaddr);  socket(S, PF_INET, SOCK_DGRAM, $proto)   || die "socket: $!\n";  bind(S, $paddr)                          || die "bind: $!\n"; -$| = 1;  # Set input and signals etc. irssi related stuff.  Irssi::input_add(fileno(S), INPUT_READ, "run_bot", ""); | 
