From 0909d4c10677190070c27eeef70a14887a71f7dd Mon Sep 17 00:00:00 2001 From: JustinAJ Date: Fri, 17 Oct 2014 00:50:37 -0400 Subject: [PATCH] Changed steam profile link to SSL. --- RenX.Commands/RenX_Commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RenX.Commands/RenX_Commands.cpp b/RenX.Commands/RenX_Commands.cpp index f023b76..b7e675f 100644 --- a/RenX.Commands/RenX_Commands.cpp +++ b/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 += 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."; source->sendMessage(channel, msg);