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/TclThreadManager.h

    r1269 r1276  
    7373
    7474            static unsigned int create();
     75            static unsigned int createID(unsigned int threadID);
    7576            static void destroy(unsigned int threadID);
    7677            static void execute(unsigned int threadID, const std::string& command);
     
    8990            std::string dumpList(const std::list<unsigned int>& list);
    9091            void error(const std::string& error);
     92            void debug(const std::string& error);
    9193
    9294            void pushCommandToQueue(const std::string& command);
Note: See TracChangeset for help on using the changeset viewer.