Last change
on this file since 11488 was
1505,
checked in by rgrieder, 16 years ago
|
f* svn: It doesn't even inform you if you attempt to set a non existing property. It is svn:eol-style and not eol-style when using the command by the way…
|
-
Property svn:eol-style set to
native
|
File size:
188 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.