more fixes
This commit is contained in:
parent
d173333ded
commit
273e937923
2
external/chirc
vendored
2
external/chirc
vendored
@ -1 +1 @@
|
|||||||
Subproject commit e7789b0dcd31c7530682ad0e9337a8faa6313f7f
|
Subproject commit 4a8a729d2193d417afbe4fc60b0a52bca6bb55ab
|
@ -330,8 +330,7 @@ static HookedFunction paint(HookedFunctions_types::HF_Paint, "IRC", 16, []() {
|
|||||||
std::string nick("Anon");
|
std::string nick("Anon");
|
||||||
if (!*anon)
|
if (!*anon)
|
||||||
nick = g_ISteamFriends->GetPersonaName();
|
nick = g_ISteamFriends->GetPersonaName();
|
||||||
irc.UpdateState(nick, nick, *channel, *commandandcontrol_channel,
|
irc.UpdateState(*irc_party && *answer_steam);
|
||||||
*commandandcontrol_password, *address, *port, *irc_party && *answer_steam);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user