Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/resource2/media/tcl/irc.tcl @ 3374

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

Added most of the text based files of the media directory (the file I deleted in the previous commit of the media repo) with svn:eol-style=native

  • 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.