irccd
3.0.3
|
Mode 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 or target. More... | |
std::string | mode |
The mode. More... | |
std::string | limit |
The optional limit. More... | |
std::string | user |
The optional user. More... | |
std::string | mask |
The optional ban mask. More... | |
Mode event.
std::string irccd::daemon::mode_event::channel |
The channel or target.
std::string irccd::daemon::mode_event::limit |
The optional limit.
std::string irccd::daemon::mode_event::mask |
The optional ban mask.
std::string irccd::daemon::mode_event::mode |
The mode.
std::string irccd::daemon::mode_event::origin |
The originator.
std::shared_ptr<class server> irccd::daemon::mode_event::server |
The server.
std::string irccd::daemon::mode_event::user |
The optional user.