irccd
3.0.3
|
This is the complete list of members for irccd::daemon::plugin, including all inherited members.
get_author() const noexcept -> std::string_view | irccd::daemon::plugin | virtual |
get_id() const noexcept -> const std::string & | irccd::daemon::plugin | |
get_license() const noexcept -> std::string_view | irccd::daemon::plugin | virtual |
get_name() const noexcept -> std::string_view=0 | irccd::daemon::plugin | pure virtual |
get_options() const -> map | irccd::daemon::plugin | virtual |
get_paths() const -> map | irccd::daemon::plugin | virtual |
get_summary() const noexcept -> std::string_view | irccd::daemon::plugin | virtual |
get_templates() const -> map | irccd::daemon::plugin | virtual |
get_version() const noexcept -> std::string_view | irccd::daemon::plugin | virtual |
handle_command(bot &bot, const message_event &event) | irccd::daemon::plugin | virtual |
handle_connect(bot &bot, const connect_event &event) | irccd::daemon::plugin | virtual |
handle_disconnect(bot &bot, const disconnect_event &event) | irccd::daemon::plugin | virtual |
handle_invite(bot &bot, const invite_event &event) | irccd::daemon::plugin | virtual |
handle_join(bot &bot, const join_event &event) | irccd::daemon::plugin | virtual |
handle_kick(bot &bot, const kick_event &event) | irccd::daemon::plugin | virtual |
handle_load(bot &bot) | irccd::daemon::plugin | virtual |
handle_me(bot &bot, const me_event &event) | irccd::daemon::plugin | virtual |
handle_message(bot &bot, const message_event &event) | irccd::daemon::plugin | virtual |
handle_mode(bot &bot, const mode_event &event) | irccd::daemon::plugin | virtual |
handle_names(bot &bot, const names_event &event) | irccd::daemon::plugin | virtual |
handle_nick(bot &bot, const nick_event &event) | irccd::daemon::plugin | virtual |
handle_notice(bot &bot, const notice_event &event) | irccd::daemon::plugin | virtual |
handle_part(bot &bot, const part_event &event) | irccd::daemon::plugin | virtual |
handle_reload(bot &bot) | irccd::daemon::plugin | virtual |
handle_topic(bot &bot, const topic_event &event) | irccd::daemon::plugin | virtual |
handle_unload(bot &bot) | irccd::daemon::plugin | virtual |
handle_whois(bot &bot, const whois_event &event) | irccd::daemon::plugin | virtual |
map typedef | irccd::daemon::plugin | |
plugin(std::string id) noexcept | irccd::daemon::plugin | |
set_options(const map &map) | irccd::daemon::plugin | virtual |
set_paths(const map &map) | irccd::daemon::plugin | virtual |
set_templates(const map &map) | irccd::daemon::plugin | virtual |
~plugin()=default | irccd::daemon::plugin | virtual |