FlightGear next
|
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"} |