freebsd-ports/irc/ruby-irc/files/patch-0:bot.rb
Akinori MUSHA d8fdbb29db 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.
2001-01-19 09:00:21 +00:00

11 lines
427 B
Ruby

--- 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¤Á¤ã¤ó"