Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of code/doc/IRC


Ignore:
Timestamp:
Oct 7, 2008, 3:51:13 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/IRC

    v1 v1  
     1= IRC =
     2[[TracNav(TracNav/TOC_Development)]]
     3
     4IRC 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
     6The 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''