~singpolyma/biboumi

0a4041f7e9d30fae9b2bfcfaaf1dc3efb368f86f — Florent Le Coz 8 years ago f928f76
Fix the initial IRC nickname (was using realname, by mistake)
1 files changed, 1 insertions(+), 1 deletions(-)

M src/irc/irc_client.cpp
M src/irc/irc_client.cpp => src/irc/irc_client.cpp +1 -1
@@ 155,7 155,7 @@ void IrcClient::on_connected()
    this->send_pass_command(options.pass.value());
#endif

  this->send_nick_command(this->username);
  this->send_nick_command(this->current_nick);

#ifdef USE_DATABASE
  if (Config::get("realname_customization", "true") == "true")