Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/tcl/irc.tcl @ 5584

Last change on this file since 5584 was 5584, checked in by landauf, 15 years ago

added our custom tcl files

File size: 193 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.