Home
last modified time | relevance | path

Searched refs:send_part_command (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/biboumi/biboumi-9.0/src/irc/
H A Dirc_client.hpp139 void send_part_command(const std::string& chan_name, const std::string& status_message);
H A Dirc_client.cpp581 void IrcClient::send_part_command(const std::string& chan_name, const std::string& status_message) in send_part_command() function in IrcClient
/dports/net-im/biboumi/biboumi-9.0/src/bridge/
H A Dbridge.cpp448 irc->send_part_command(iid.get_local(), status_message); in leave_irc_channel()