blob: e063795357282b3f40c40364020e93a23833e51e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- 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")
|