aboutsummaryrefslogtreecommitdiffstats
path: root/irc/insub/files/patch-throttle
blob: 1df58fde2cfca49512714b46dc1c2596259f9f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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;