Home | All Classes | Grouped Classes | Index | Search

CL_IRCConnection::send_privmsg_ctcp

	void send_privmsg_ctcp(
		const std::string& receiver, const std::string& command, const std::string& data);

	void send_privmsg_ctcp(
		std::list<std::string>& receivers, const std::string& command, const std::string& data);

See also:

CL_IRCConnection



Questions or comments, write to the ClanLib mailing list.