#include <mpirc.hxx>
Inherits SGSocket.
Definition at line 55 of file mpirc.hxx.
◆ IRCConnection()
IRCConnection::IRCConnection |
( |
const std::string & | nickname, |
|
|
const std::string & | servername, |
|
|
const std::string & | port = IRC_DEFAULT_PORT ) |
◆ ~IRCConnection()
IRCConnection::~IRCConnection |
( |
| ) |
|
◆ getMessage()
◆ hasMessage()
bool IRCConnection::hasMessage |
( |
| ) |
const |
|
inline |
◆ isConnected()
bool IRCConnection::isConnected |
( |
| ) |
const |
|
inline |
◆ isReady()
bool IRCConnection::isReady |
( |
| ) |
const |
|
inline |
◆ join()
bool IRCConnection::join |
( |
const std::string & | channel | ) |
|
◆ login() [1/2]
bool IRCConnection::login |
( |
| ) |
|
◆ login() [2/2]
bool IRCConnection::login |
( |
const std::string & | nickname | ) |
|
◆ part()
bool IRCConnection::part |
( |
const std::string & | channel | ) |
|
◆ quit()
void IRCConnection::quit |
( |
| ) |
|
◆ sendPrivmsg()
bool IRCConnection::sendPrivmsg |
( |
const std::string & | recipient, |
|
|
const std::string & | textline ) |
◆ setupProperties()
void IRCConnection::setupProperties |
( |
std::string | path | ) |
|
◆ update()
void IRCConnection::update |
( |
| ) |
|
The documentation for this class was generated from the following files: