X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fguile%2Fchatlog;fp=lib%2Fguile%2Fchatlog;h=e94e9c386a8ec68346e6118b466b8d4d56e9320f;hb=87e4e72aa42714f7a1c3b8c25d1b88970038a4f9;hp=0c5b09796aa70e186bfa2eb259c1fd35506a0626;hpb=2bb57f497fc1acd6460db9e9eeab5dce0d693d15;p=doldaconnect.git diff --git a/lib/guile/chatlog b/lib/guile/chatlog index 0c5b097..e94e9c3 100755 --- a/lib/guile/chatlog +++ b/lib/guile/chatlog @@ -118,7 +118,7 @@ (set! last-fn (vector-ref ires 0)))) (for-each (lambda (p) - (write-line (string-append (strftime "%H:%M:%S" (localtime (current-time))) ": <" (vector-ref ires 3) "> " (vector-ref ires 4)) p)) + (write-line (string-append (strftime "%H:%M:%S" (localtime (current-time))) (if (eq? (vector-ref ires 1) 0) "!" ":") " <" (vector-ref ires 3) "> " (vector-ref ires 4)) p)) (list p (current-output-port))) (close-port p)) ))