소스 검색

Add files via upload

Daniel Voipan 5 년 전
부모
커밋
769c8f980d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      BlackTools/Modules/BT.Notes.tcl

+ 3 - 0
BlackTools/Modules/BT.Notes.tcl

@@ -172,6 +172,9 @@ if {[string equal -nocase $handle $hand] && [string equal -nocase $number $num]}
 	set time [lindex [split $line] 5]
 	set time [clock format $time -format %D]
 	set sender [lindex [split $line] 6]
+if {[regexp {:} $sender]} {
+	set sender [lindex [split $sender ":"] 0]
+}
 if {$readtype == "LIST"} {
 	set readnote [lrange [split $line] 6 end]
 } else {