| 1 | = IRC = |
| 2 | [[TracNav(TracNav/TOC_Development)]] |
| 3 | |
| 4 | IRC is a small wrapper which uses [wiki:TclBind] and a Tcl IRC library ({{{Media/tclxxx/irk}}}) and a tcl script ({{{bin/irc.tcl}}}) to connect to the [irc://irc.orxonox.net/ orxonox IRC server]. |
| 5 | |
| 6 | The following functions are currently supportet: |
| 7 | * '''say('''''message''''')''': Writes ''message'' to #orxonox |
| 8 | * '''msg('''''channel/nickname, message''''')''': Writes ''message'' to ''channel'' or ''nickname'' |
| 9 | * '''nick('''''nickname''''')''': Changes the nickname of the user to ''nickname'' |