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

Describe a whois information. More...

#include <server.hpp>

Public Attributes

std::string nick
 user's nickname More...
 
std::string user
 user's user More...
 
std::string hostname
 hostname More...
 
std::string realname
 realname More...
 
std::vector< std::string > channels
 the channels where the user is More...
 

Detailed Description

Describe a whois information.

Member Data Documentation

◆ channels

std::vector<std::string> irccd::daemon::whois_info::channels

the channels where the user is

◆ hostname

std::string irccd::daemon::whois_info::hostname

hostname

◆ nick

std::string irccd::daemon::whois_info::nick

user's nickname

◆ realname

std::string irccd::daemon::whois_info::realname

realname

◆ user

std::string irccd::daemon::whois_info::user

user's user


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