summaryrefslogtreecommitdiff
path: root/irc/rbot/files/patch-url
diff options
context:
space:
mode:
Diffstat (limited to 'irc/rbot/files/patch-url')
-rw-r--r--irc/rbot/files/patch-url11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/rbot/files/patch-url b/irc/rbot/files/patch-url
new file mode 100644
index 000000000000..af080e725ea6
--- /dev/null
+++ b/irc/rbot/files/patch-url
@@ -0,0 +1,11 @@
+--- rbot/plugins/url.rb.orig Thu Mar 25 17:33:36 2004
++++ rbot/plugins/url.rb Wed Aug 21 11:58:41 2002
+@@ -42,7 +42,7 @@
+ else
+ m.reply "in a private message, you need to specify a channel name for urls"
+ end
+- when (/^(#.*?)\s+\d+$/)
++ when (/^(#.*?)\s+(\d+)$/)
+ channel = $1
+ max = $2.to_i
+ urls m, channel, max