|
Last change
on this file since 1490 was
1446,
checked in by landauf, 17 years ago
|
|
merged console branch into network branch
after several heavy troubles it compiles, but there is still a bug I couldn't fix: orxonox crashes as soon as one presses a key after opening the console… maybe someone else sees the problem?
|
|
File size:
194 bytes
|
| Line | |
|---|
| 1 | proc every {ms body} { eval $body; after $ms [list every $ms $body] } |
|---|
| 2 | package require irk |
|---|
| 3 | set conn [irk::connect datacore $nickname] |
|---|
| 4 | irk::join $conn #orxonox |
|---|
| 5 | every 25 {} |
|---|
| 6 | vwait termination |
|---|
Note: See
TracBrowser
for help on using the repository browser.