Home
last modified time | relevance | path

Searched refs:send_user_command (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/biboumi/biboumi-9.0/src/irc/
H A Dirc_client.hpp115 void send_user_command(const std::string& username, const std::string& realname);
H A Dirc_client.cpp334 this->send_user_command(username, realname); in on_connected()
338 this->send_user_command(this->username, this->realname); in on_connected()
479 void IrcClient::send_user_command(const std::string& username, const std::string& realname) in send_user_command() function in IrcClient