#include <IrcServer.hpp>
◆ IrcServer() [1/2]
◆ IrcServer() [2/2]
chatterino::IrcServer::IrcServer |
( |
const IrcServerData & |
data, |
|
|
const std::vector< std::weak_ptr< Channel >> & |
restoreChannels |
|
) |
| |
◆ ~IrcServer()
chatterino::IrcServer::~IrcServer |
( |
| ) |
|
|
override |
◆ createChannel()
std::shared_ptr< Channel > chatterino::IrcServer::createChannel |
( |
const QString & |
channelName | ) |
|
|
overrideprotectedvirtual |
◆ hasEcho()
bool chatterino::IrcServer::hasEcho |
( |
| ) |
const |
◆ hasSeparateWriteConnection()
bool chatterino::IrcServer::hasSeparateWriteConnection |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ id()
int chatterino::IrcServer::id |
( |
| ) |
|
◆ initializeConnection()
◆ initializeConnectionSignals()
◆ nick()
const QString & chatterino::IrcServer::nick |
( |
| ) |
|
◆ onReadConnected()
void chatterino::IrcServer::onReadConnected |
( |
IrcConnection * |
connection | ) |
|
|
overrideprotectedvirtual |
◆ privateMessageReceived()
void chatterino::IrcServer::privateMessageReceived |
( |
Communi::IrcPrivateMessage * |
message | ) |
|
|
overrideprotectedvirtual |
◆ readConnectionMessageReceived()
void chatterino::IrcServer::readConnectionMessageReceived |
( |
Communi::IrcMessage * |
message | ) |
|
|
overrideprotectedvirtual |
◆ sendWhisper()
void chatterino::IrcServer::sendWhisper |
( |
const QString & |
target, |
|
|
const QString & |
message |
|
) |
| |
sends a whisper to the target user (PRIVMSG where a user is the target)
◆ user()
const QString & chatterino::IrcServer::user |
( |
| ) |
|
◆ userFriendlyIdentifier()
const QString & chatterino::IrcServer::userFriendlyIdentifier |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /var/chatterino-doxygen/chatterino2/src/providers/irc/IrcServer.hpp
- /var/chatterino-doxygen/chatterino2/src/providers/irc/IrcServer.cpp