*** empty log message ***

This commit is contained in:
zimoch
2011-02-24 16:10:11 +00:00
parent 82066af0e0
commit f03af416eb
3 changed files with 115 additions and 0 deletions

View File

@ -93,6 +93,7 @@ proc send {string} {
global sock lastsent
set lastsent $string
puts -nonewline $sock $string
flush $sock
}
set timeout 5000