irccd  3.0.3
Public Attributes | List of all members
irccd::daemon::names_event Struct Reference

Names listing event. More...

#include <server.hpp>

Public Attributes

std::shared_ptr< class serverserver
 The server. More...
 
std::string channel
 The channel. More...
 
std::vector< std::string > names
 The names. More...
 

Detailed Description

Names listing event.

Member Data Documentation

◆ channel

std::string irccd::daemon::names_event::channel

The channel.

◆ names

std::vector<std::string> irccd::daemon::names_event::names

The names.

◆ server

std::shared_ptr<class server> irccd::daemon::names_event::server

The server.


The documentation for this struct was generated from the following file: