irccd
3.0.3
|
Describe a user. More...
#include <irc.hpp>
Static Public Member Functions | |
static auto | parse (std::string_view line) -> user |
Public Attributes | |
std::string | nick |
The nickname. More... | |
std::string | host |
The hostname. More... | |
Describe a user.
|
static |
Parse a nick/host combination.
line | the line to parse |
std::string irccd::daemon::irc::user::host |
The hostname.
std::string irccd::daemon::irc::user::nick |
The nickname.