Changeset 2174 for code/branches/objecthierarchy2/bin
- Timestamp:
- Nov 10, 2008, 10:13:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/bin/telnet_server.tcl
r1505 r2174 81 81 return 82 82 } 83 if {[string equal $line " quit"] || [string equal $line "exit"]} {83 if {[string equal $line "logout"] || [string equal $line "quit"]} { 84 84 disconnect $client 85 return 86 } 87 if {[string equal $line "exit"]} { 88 set ::termination 1 85 89 return 86 90 }
Note: See TracChangeset
for help on using the changeset viewer.