Home | All Classes | Grouped Classes | Index | Search

CL_IRCConnection::send_kick

Send kick command

	void send_kick(
		const std::string& channel, const std::string& user, const std::string& comment = "");

	void send_kick(
		const std::list<std::string>& channels, const std::list<std::string>& users, const std::string& comment = "");

See also:

CL_IRCConnection



Questions or comments, write to the ClanLib mailing list.