Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/bin/irc.tcl @ 1503

Last change on this file since 1503 was 1502, checked in by rgrieder, 16 years ago
  • @everyone: Do not create a branch until I've added the svn:eol-style property correctly. Otherwise this would cost me another 4 hours or so when we want to merge back.
  • merged network branch back to trunk
  • I had to omit the changes from last evening concerning the line endings
  • might not work yet because of the line endings
  • @beni: script branch is the only branch still open. you probably will have to apply a patch because of inconsistent new lines
File size: 194 bytes
Line 
1proc every {ms body} { eval $body; after $ms [list every $ms $body] }
2package require irk
3set conn [irk::connect datacore $nickname]
4irk::join $conn #orxonox
5every 25 {}
6vwait termination
Note: See TracBrowser for help on using the repository browser.