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 {