Fix EliteX gay

This commit is contained in:
TotallyNotElite 2018-09-19 15:39:32 +02:00
parent 1bfbeb0d1e
commit f9a4516599

View File

@ -80,7 +80,7 @@ void handleMessage(IRCMessage message, IRCClient *client)
return;
bool isreply;
std::string steamidhash;
if (msg.find("authrep"))
if (msg.find("authrep") == 0)
isreply = true;
if (isreply)
steamidhash = msg.substr(7);