irccd
3.0.3
|
Topic event. More...
#include <server.hpp>
Public Attributes | |
std::shared_ptr< class server > | server |
The server. More... | |
std::string | origin |
The originator. More... | |
std::string | channel |
The channel. More... | |
std::string | topic |
The topic message. More... | |
Topic event.
std::string irccd::daemon::topic_event::channel |
The channel.
std::string irccd::daemon::topic_event::origin |
The originator.
std::shared_ptr<class server> irccd::daemon::topic_event::server |
The server.
std::string irccd::daemon::topic_event::topic |
The topic message.