IRC user masks are generally in the form nick!ident@hostname. This struct exists for easy separation and manipulation of each piece of the mask. This also accepts cases where the ident and host are not present.
See Implementation
IRC user masks are generally in the form nick!ident@hostname. This struct exists for easy separation and manipulation of each piece of the mask. This also accepts cases where the ident and host are not present.