mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
10 lines
240 B
Text
10 lines
240 B
Text
--- insub.old Tue Feb 22 22:53:08 2005
|
|
+++ insub.pl Tue Feb 22 22:54:22 2005
|
|
@@ -916,6 +916,7 @@
|
|
}
|
|
|
|
|
|
+ $| = 1 if ($throttle);
|
|
foreach my $line (split(/\n/, $text)) {
|
|
if ($CONTEXT eq 'irssi') {
|
|
$cmd = "msg $sendto" unless $cmd;
|