Last change
on this file since 1504 was
1504,
checked in by rgrieder, 17 years ago
|
Once again, set all the svn:eol-style property to native. I really hope this doesn't pose more problems than it solves..
|
-
Property eol-style set to
native
|
File size:
194 bytes
|
Rev | Line | |
---|
[1276] | 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.