forked from Lainports/freebsd-ports
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.
11 lines
373 B
Text
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")
|