= IRC = 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]. The following functions are currently supportet: * '''say('''''message''''')''': Writes ''message'' to #orxonox * '''msg('''''channel/nickname, message''''')''': Writes ''message'' to ''channel'' or ''nickname'' * '''nick('''''nickname''''')''': Changes the nickname of the user to ''nickname'' Note: At the moment the client only connects to the server if one of the above three commands is executed. For this reason the very first command has no effect. Repeat if after you've successfully connected to the server.