Orxonox  0.0.5 Codename: Arcturus
Namespaces | Functions | Variables
IRC.cc File Reference

Implementation of the IRC class and the IRC console commands. More...

#include "IRC.h"
#include <cpptcl/cpptcl.h>
#include "util/Convert.h"
#include "util/Exception.h"
#include "util/StringUtils.h"
#include "ConsoleCommandIncludes.h"
#include "TclThreadManager.h"

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

 orxonox::SetConsoleCommand ("IRC","say",&IRC::say)
 
 orxonox::SetConsoleCommand ("IRC","msg",&IRC::msg)
 
 orxonox::SetConsoleCommand ("IRC","nick",&IRC::nick)
 

Variables

static constexpr unsigned int orxonox::IRC_TCL_THREADID = 1421421421
 The ID of the thread in TclThreadManager that is used for the IRC connection. More...
 

Detailed Description

Implementation of the IRC class and the IRC console commands.