Browse Source

Changed steam profile link to SSL.

pull/3/head
JustinAJ 10 years ago
parent
commit
0909d4c106
  1. 2
      RenX.Commands/RenX_Commands.cpp

2
RenX.Commands/RenX_Commands.cpp

@ -467,7 +467,7 @@ void SteamIRCCommand::trigger(IRC_Bot *source, const Jupiter::ReadableString &ch
{ {
msg += "is using steam ID " IRCBOLD; msg += "is using steam ID " IRCBOLD;
msg += server->formatSteamID(player); msg += server->formatSteamID(player);
msg.aformat(IRCBOLD "; Steam Profile: " IRCBOLD "http://www.steamcommunity.com/profiles/%llu" IRCBOLD, player->steamid); msg.aformat(IRCBOLD "; Steam Profile: " IRCBOLD "https://steamcommunity.com/profiles/%llu" IRCBOLD, player->steamid);
} }
else msg += "is not using steam."; else msg += "is not using steam.";
source->sendMessage(channel, msg); source->sendMessage(channel, msg);

Loading…
Cancel
Save