Changeset 24
- Timestamp:
- 10/16/06 10:49:03 (2 years ago)
- Files:
-
- xchat/dcclog.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
xchat/dcclog.py
r23 r24 69 69 # $Z = filesize 70 70 # $U = resume 71 # %S = status 71 72 72 73 CONFIG_FILE = XCHAT_DIR + "jonaspy.conf" 73 74 CONFIG_FORMAT_OPTIONS = ['D', 'T', 't', 'N', 'F', 'C', 'R', 'Z', 'U', 'S'] 74 75 CONFIG_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]", 76 77 "logfile" : XCHAT_DIR + "dcclog.txt", 77 78 } … … 145 146 $Z = filesize 146 147 $U = resume point (0 if not resumed) 148 $S = dcc status 147 149 """ 148 150
