Thresher 1.2 Class Documentation | |
Rfc2812Util.UserInfoFromString Method
Converts the user string sent by the IRC server
into a UserInfo object.
[Visual Basic]Public Shared Function UserInfoFromString( _
ByVal
fullUserName As
String _
) As
UserInfo Parameters
- fullUserName
- The user in nick!user@host form.
Return Value
A UserInfo object.
See Also
Rfc2812Util Class | Sharkbite.Irc Namespace