FlightGear next
mpirc.cxx File Reference
#include "mpirc.hxx"
#include <Main/fg_props.hxx>

Go to the source code of this file.

Variables

const std::string IRC_TEST_CHANNEL {"#mptest"}
 
const std::string IRC_MSG_TERMINATOR {"\r\n"}
 
const std::string IRC_RPL_WELCOME {"001"}
 
const std::string IRC_RPL_YOURID {"042"}
 
const std::string IRC_RPL_MOTD {"372"}
 
const std::string IRC_RPL_MOTDSTART {"375"}
 
const std::string IRC_RPL_ENDOFMOTD {"376"}
 
const std::string IRC_ERR_NOSUCHNICK {"401"}
 

Variable Documentation

◆ IRC_ERR_NOSUCHNICK

const std::string IRC_ERR_NOSUCHNICK {"401"}

Definition at line 37 of file mpirc.cxx.

◆ IRC_MSG_TERMINATOR

const std::string IRC_MSG_TERMINATOR {"\r\n"}

Definition at line 30 of file mpirc.cxx.

◆ IRC_RPL_ENDOFMOTD

const std::string IRC_RPL_ENDOFMOTD {"376"}

Definition at line 36 of file mpirc.cxx.

◆ IRC_RPL_MOTD

const std::string IRC_RPL_MOTD {"372"}

Definition at line 34 of file mpirc.cxx.

◆ IRC_RPL_MOTDSTART

const std::string IRC_RPL_MOTDSTART {"375"}

Definition at line 35 of file mpirc.cxx.

◆ IRC_RPL_WELCOME

const std::string IRC_RPL_WELCOME {"001"}

Definition at line 32 of file mpirc.cxx.

◆ IRC_RPL_YOURID

const std::string IRC_RPL_YOURID {"042"}

Definition at line 33 of file mpirc.cxx.

◆ IRC_TEST_CHANNEL

const std::string IRC_TEST_CHANNEL {"#mptest"}

Definition at line 29 of file mpirc.cxx.