All Classes |Grouped Classes |Index

Function send_command

Send command to IRC server.

	void CL_IRCConnection::send_command(
		const CL_String8 & prefix,
		const CL_String8 & command,
		const std::vector< CL_String8 > & params);

Detailed description:

This is the low-level IRC send command. Useful if you need to send a command not supported by the other higher level send functions.