All Classes |Grouped Classes |Index

Function send_user

Send user login/identify command.

	void CL_IRCConnection::send_user(
		const CL_String8 & username,
		const CL_String8 & hostname,
		const CL_String8 & servername,
		const CL_String8 & realname);

Detailed description:

This command identifies the IRC client to the IRC network. Each of the parameters passsed will be used to create your fully qualified prefix on the network.