more fixes

This commit is contained in:
LightCat 2018-10-15 13:31:17 +02:00
parent d173333ded
commit 273e937923
2 changed files with 2 additions and 3 deletions

2
external/chirc vendored

@ -1 +1 @@
Subproject commit e7789b0dcd31c7530682ad0e9337a8faa6313f7f
Subproject commit 4a8a729d2193d417afbe4fc60b0a52bca6bb55ab

View File

@ -330,8 +330,7 @@ static HookedFunction paint(HookedFunctions_types::HF_Paint, "IRC", 16, []() {
std::string nick("Anon");
if (!*anon)
nick = g_ISteamFriends->GetPersonaName();
irc.UpdateState(nick, nick, *channel, *commandandcontrol_channel,
*commandandcontrol_password, *address, *port, *irc_party && *answer_steam);
irc.UpdateState(*irc_party && *answer_steam);
}
}
});