freebsd-ports/irc/ruby-irc/files/patch-syslog.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

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")