summaryrefslogtreecommitdiff
path: root/irc/ruby-irc/files/patch-0:bot.rb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-01-19 09:00:21 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-01-19 09:00:21 +0000
commitd8fdbb29dbafef2a16a08ab451fc371361332244 (patch)
tree00fcac36f69df4018b27eac48910774929683ce7 /irc/ruby-irc/files/patch-0:bot.rb
parentMake the German versions of <warning> and <caution> behave as <note>, (diff)
Add ruby-irc, an IRC client framework for Ruby.
Currently few English documents are bundled. For the time being, try the bot.rb (and cpi/*.cpi) example I translated into English to see how it works.
Notes
Notes: svn path=/head/; revision=37323
Diffstat (limited to 'irc/ruby-irc/files/patch-0:bot.rb')
-rw-r--r--irc/ruby-irc/files/patch-0:bot.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/ruby-irc/files/patch-0:bot.rb b/irc/ruby-irc/files/patch-0:bot.rb
new file mode 100644
index 000000000000..b5a240426067
--- /dev/null
+++ b/irc/ruby-irc/files/patch-0:bot.rb
@@ -0,0 +1,11 @@
+--- bot.rb.orig Wed Jun 14 05:12:45 2000
++++ bot.rb Fri Jan 19 17:17:42 2001
+@@ -30,7 +30,7 @@
+ parseArgs(0, "server", "",
+ "server:", "logfile:", "nick:", "operator:", "username:")
+ Server = $OPT_server
+-Operator = $OPT_operator || "Igapon"
++Operator = $OPT_operator || "igapon!igarashi@mahon.ueda.info.waseda.ac.jp"
+ Nick = $OPT_nick || "Bot"
+ UserName = $OPT_username || "iga"
+ AgentName = $OPT_agentname || "Ruby¤Á¤ã¤ó"