freebsd-ports/irc/ruby-irc/files/patch-0:operator.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
321 B
Ruby

--- cpi/operator.cpi.orig Wed Jun 14 10:03:51 2000
+++ cpi/operator.cpi Fri Jan 19 17:15:50 2001
@@ -15,7 +15,7 @@
include IRC
def start(client)
super
- @operator = User.parse("igapon!igarashi@mahon.ueda.info.waseda.ac.jp")
+ @operator = User.parse(Operator)
report("こんにちわ")
end
def stop