Changeset 24 for xchat/dcclog.py

Show
Ignore:
Timestamp:
10/16/06 10:49:03 (2 years ago)
Author:
jmoiron
Message:
  • fixed a small error in the default log
  • added $S to the docs and comments
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • xchat/dcclog.py

    r23 r24  
    6969# $Z = filesize  
    7070# $U = resume 
     71# %S = status 
    7172 
    7273CONFIG_FILE = XCHAT_DIR + "jonaspy.conf" 
    7374CONFIG_FORMAT_OPTIONS = ['D', 'T', 't', 'N', 'F', 'C', 'R', 'Z', 'U', 'S'] 
    7475CONFIG_DEFAULT = { 
    75     "logformat" : "$D $T :%S: $N \"$F\" [$R/$Z @ $C from byte $U]", 
     76    "logformat" : "$D $T :$S: $N \"$F\" [$R/$Z @ $C from byte $U]", 
    7677    "logfile" : XCHAT_DIR + "dcclog.txt", 
    7778} 
     
    145146    $Z = filesize  
    146147    $U = resume point (0 if not resumed) 
     148        $S = dcc status 
    147149""" 
    148150