Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/HUD_HS16/data/tcl/irc.tcl @ 11364

Last change on this file since 11364 was 5781, checked in by rgrieder, 15 years ago

Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).

  • Property svn:eol-style set to native
File size: 187 bytes
Line 
1proc every {ms body} { eval $body; after $ms [list every $ms $body] }
2package require irk
3set conn [irk::connect orxonox $nickname]
4irk::join $conn #orxonox
5every 25 {}
6vwait termination
Note: See TracBrowser for help on using the repository browser.