Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 1:05:58 AM (16 years ago)
Author:
landauf
Message:

someone likes to chat? well, I do. here's a new IRC client. it connects directly into our irc.datacore.ch / #orxonox channel with a random nickname. use the "say text" command to write text into the channel. there are some more commands without a shortcut, type "IRC" and tab.
please update your media directory.

for some reason, irc-client and telnet-remote don't work together. please use only one feature at the same time. I'm not sure if it's a bug in TCL or in my TclThreadManager class. The problem also occurs with irc or telnet in parallel with another busy tcl-thread… strange thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/CorePrereqs.h

    r1198 r1276  
    119119  class InputHandlerGUI;
    120120  class InputManager;
     121  class IRC;
    121122  template <class T>
    122123  class Iterator;
     
    135136  class ObjectListElement;
    136137  class OrxonoxClass;
     138  class OutputBuffer;
    137139  class OutputHandler;
    138140  class Shell;
     
    140142  class SubclassIdentifier;
    141143  class TclBind;
     144  struct TclInterpreterBundle;
    142145  class Tickable;
    143146  template <class T, class O>
Note: See TracChangeset for help on using the changeset viewer.