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.
8 lines
312 B
Text
8 lines
312 B
Text
--- cpi/syslog.cpi.orig Tue Jun 13 00:52:00 2000
|
|
+++ cpi/syslog.cpi Fri Jan 19 16:20:28 2001
|
|
@@ -13 +13 @@
|
|
-agent = IRC::PassiveAgent::new("syslog")
|
|
+agent = IRC::PassiveAgent::new("Syslog")
|
|
@@ -27 +27 @@
|
|
- buf = log.timestamp.strftime("%m月%d日%H時%M分")
|
|
+ buf = log.timestamp.strftime("%m/%d %H:%M")
|