aboutsummaryrefslogtreecommitdiff
path: root/irc/insub
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2005-02-23 13:00:09 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2005-02-23 13:00:09 +0000
commite5e23f91afca6c0bd4b637cf081db211837dabef (patch)
tree7f6a7f8d50e11649e5703cd313d1d64fd8b147fc /irc/insub
parent80fdc110a8be9322401c4711b2706381c18475eb (diff)
downloadports-e5e23f91afca6c0bd4b637cf081db211837dabef.tar.gz
ports-e5e23f91afca6c0bd4b637cf081db211837dabef.zip
Notes
Diffstat (limited to 'irc/insub')
-rw-r--r--irc/insub/files/patch-throttle10
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;