23 #include "ircadapterbase.h" 25 #include "irc/ircnetworkadapter.h" 27 void IRCAdapterBase::emitMessageToAllChatBoxes(
const QString &message,
const IRCMessageClass &msgClass)
29 network()->emitMessageWithClass(message, msgClass);
32 adapter->emitMessageWithClass(message, msgClass);
Provides an unified communication interface between a client and IRC network entities.
IRCNetworkEntity networkEntity
Information about the network to which we will connect.
virtual IRCNetworkAdapter * network()=0
The idea of the adapter system is that each adapter is either a network or is a child of a network...
Data structure that describes and defines a connection to an IRC network or server.