Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/tcl/irc.tcl @ 5695

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

Merged resource2 branch back to trunk.

IMPORTANT NOTE:
Upon this merge you need to specifically call your data directory "data_extern" when checking it out (when you don't provide a name, it will be just called 'trunk').
The new CMake variable is EXTERNAL_DATA_DIRECTORY. DATA_DIRECTORY now points to the one the source part of the repository.
UPDATE YOUR DATA DIRECTORY AS WELL!!!

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