public
Description: A fork of CyBot (http://repo.or.cz/w/six.git)
Homepage: http://wiki.macromates.com/Cybot/Cybot
Clone URL: git://github.com/kballard/six.git
Tidying up logging

Changing the timestamp to actually show the correct time, and editing 
TODO.txt to mark it as done.
Caius Durling (author)
Mon Jun 18 22:28:40 -0700 2007
commit  ff6e80934cc40fd06d1722fb0a60d9c1623f6086
tree    86882cdb1d2870da712844c165acc3ce3b91b101
parent  900fc2051b76fb747a44b5613088657b88529c14
...
32
33
34
35
36
37
38
39
...
54
55
56
57
 
...
32
33
34
 
 
35
36
37
...
52
53
54
 
55
0
@@ -32,8 +32,6 @@ Freenode:
0
 
0
 • React, maybe, to services private notices. Perhaps not needed.
0
 
0
-• Prefix log messages with current time
0
-
0
 • Give a full stack trace for caught exceptions
0
 
0
 • Support globs/patterns for $seen
0
@@ -54,4 +52,4 @@ Freenode:
0
 • Ask for a WHO list after joining a channel, to collect masks.
0
 • Delay calling on_init until we get that list.
0
 • Leading ~ apparently does NOT mean IRC Operator. Figure out what it means, and fix it.
0
-
0
+• Prefix log messages with current time
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,6 +23,6 @@ class Logging
0
   
0
 private
0
   def now
0
- @disable_time ? '' : Time.now.strftime('%Y-%m-%d %H:%m:%S ')
0
+ @disable_time ? '' : Time.now.strftime('%Y-%m-%d %H:%M:%S ')
0
   end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.