fixed sending whispers from /whispers
This commit is contained in:
@@ -44,6 +44,11 @@ IrcConnection *AbstractIrcServer::getReadConnection() const
|
||||
return this->readConnection.get();
|
||||
}
|
||||
|
||||
IrcConnection *AbstractIrcServer::getWriteConnection() const
|
||||
{
|
||||
return this->writeConnection.get();
|
||||
}
|
||||
|
||||
void AbstractIrcServer::connect()
|
||||
{
|
||||
this->disconnect();
|
||||
|
||||
@@ -20,6 +20,7 @@ public:
|
||||
|
||||
// connection
|
||||
IrcConnection *getReadConnection() const;
|
||||
IrcConnection *getWriteConnection() const;
|
||||
|
||||
void connect();
|
||||
void disconnect();
|
||||
|
||||
Reference in New Issue
Block a user