diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-19 09:00:21 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-19 09:00:21 +0000 |
commit | d8fdbb29dbafef2a16a08ab451fc371361332244 (patch) | |
tree | 00fcac36f69df4018b27eac48910774929683ce7 /irc/ruby-irc/files/patch-bot.rb | |
parent | Make 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-bot.rb')
-rw-r--r-- | irc/ruby-irc/files/patch-bot.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/ruby-irc/files/patch-bot.rb b/irc/ruby-irc/files/patch-bot.rb new file mode 100644 index 000000000000..bb8bf687c77a --- /dev/null +++ b/irc/ruby-irc/files/patch-bot.rb @@ -0,0 +1,5 @@ +--- bot.rb.orig Wed Jun 14 05:12:45 2000 ++++ bot.rb Fri Jan 19 16:53:24 2001 +@@ -36 +36 @@ +-AgentName = $OPT_agentname || "Ruby¤Á¤ã¤ó" ++AgentName = $OPT_agentname || "Ruby-chan" |