diff options
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/files/patch-throttle | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/insub/files/patch-throttle b/irc/insub/files/patch-throttle new file mode 100644 index 000000000000..1df58fde2cfc --- /dev/null +++ b/irc/insub/files/patch-throttle @@ -0,0 +1,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; |