Thread
:
TCL - Telnet
View Single Post
12-21-2002, 12:04 PM
darkone
Disabled
Join Date: Dec 2001
Posts: 2,230
You could improve performance on script changing last part of switch to:
2 {
# Get line
#
while { [set buffer [gets $sock]] != "" } {
# New line recieved
#
putlog $buffer
}
}
darkone
View Public Profile
Visit darkone's homepage!
Find More Posts by darkone