irccd
3.0.3
|
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... | |
Describe a whois information.
std::vector<std::string> irccd::daemon::whois_info::channels |
the channels where the user is
std::string irccd::daemon::whois_info::hostname |
hostname
std::string irccd::daemon::whois_info::nick |
user's nickname
std::string irccd::daemon::whois_info::realname |
realname
std::string irccd::daemon::whois_info::user |
user's user