summaryrefslogtreecommitdiff
path: root/irc/rbot/files/patch-lart-suth
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-27 16:04:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-27 16:04:40 +0000
commite96f1d48d68a59d6b4e6009229d3cbd9ab54aa81 (patch)
treeed70a969709e40f9ea3788a0f5f87e97ce7ca544 /irc/rbot/files/patch-lart-suth
parentCorrect plist entry. (diff)
- Runtime fixes for ruby-1.8
- Raise PORTREVISION PR: ports/64782, ports/64789 Submitted by: David Bushong <david+ports@bushong.net> (maintainer)
Diffstat (limited to 'irc/rbot/files/patch-lart-suth')
-rw-r--r--irc/rbot/files/patch-lart-suth18
1 files changed, 18 insertions, 0 deletions
diff --git a/irc/rbot/files/patch-lart-suth b/irc/rbot/files/patch-lart-suth
new file mode 100644
index 000000000000..27c61016d807
--- /dev/null
+++ b/irc/rbot/files/patch-lart-suth
@@ -0,0 +1,18 @@
+--- rbot/plugins/lart.rb.orig Thu Mar 25 17:33:36 2004
++++ rbot/plugins/lart.rb Wed Aug 7 12:59:24 2002
+@@ -21,6 +21,7 @@
+ # Keep a 1:1 relation between commands and handlers
+ @@handlers = {
+ "lart" => "handle_lart",
++ "suth" => "handle_lart",
+ "praise" => "handle_praise",
+ "addlart" => "handle_addlart",
+ "rmlart" => "handle_rmlart",
+@@ -152,6 +153,7 @@
+ end
+ plugin = LartPlugin.new
+ plugin.register("lart")
++plugin.register("suth")
+ plugin.register("praise")
+
+ plugin.register("addlart")