freebsd-ports/irc/ruby-irc/files/patch-userlog.cpi
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
373 B
Text

--- cpi/userlog.cpi.orig Tue Jun 13 00:52:00 2000
+++ cpi/userlog.cpi Fri Jan 19 16:20:28 2001
@@ -3 +3 @@
-# ユーザ定義のlogger
+# User defined logger
@@ -11 +11 @@
-agent = IRC::PassiveAgent::new("ログ取り")
+agent = IRC::PassiveAgent::new("Logger")
@@ -25 +25 @@
- buf = log.timestamp.strftime("%m月%d日%H時%M分")
+ buf = log.timestamp.strftime("%m/%d %H:%M")