From 563d691e05a3adf947d42b22ca94da55395313e0 Mon Sep 17 00:00:00 2001 From: Ivo Julca Date: Fri, 3 Jul 2015 00:39:15 -0500 Subject: [PATCH] Update all links returned by commands to HTTPS --- chat-plugins/info.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chat-plugins/info.js b/chat-plugins/info.js index fb205f4a06..15cb9f7327 100644 --- a/chat-plugins/info.js +++ b/chat-plugins/info.js @@ -317,8 +317,8 @@ var commands = exports.commands = { return '' + detail + (details[detail] !== '' ? ': ' + details[detail] : ''); }).join(" |  ") + ''; - if (isSnatch) buffer += ' |  Snatchable Moves'; - if (isMirrorMove) buffer += ' |  Mirrorable Moves'; + if (isSnatch) buffer += ' |  Snatchable Moves'; + if (isMirrorMove) buffer += ' |  Mirrorable Moves'; } this.sendReply(buffer); }, @@ -1367,7 +1367,7 @@ var commands = exports.commands = { var buffer = '
'; var icon = {}; for (var type in Tools.data.TypeChart) { - icon[type] = ''; + icon[type] = ''; // row of icons at top buffer += ''; } @@ -1496,7 +1496,7 @@ var commands = exports.commands = { forums: function (target, room, user) { if (!this.canBroadcast()) return; - this.sendReplyBox("Pokémon Showdown Forums"); + this.sendReplyBox("Pokémon Showdown Forums"); }, suggestions: function (target, room, user) { @@ -1508,11 +1508,11 @@ var commands = exports.commands = { bugs: function (target, room, user) { if (!this.canBroadcast()) return; if (room.battle) { - this.sendReplyBox("
QuestionsBug Reports
"); + this.sendReplyBox("
QuestionsBug Reports
"); } else { this.sendReplyBox( "Have a replay showcasing a bug on Pokémon Showdown?
" + - "- Questions
" + + "- Questions
" + "- Bug Reports" ); } @@ -1653,7 +1653,7 @@ var commands = exports.commands = { if (target === 'all' || target === 'pu') { matched = true; if (target !== 'all') buffer += "The unofficial tier below NU.
"; - buffer += "- PU
"; + buffer += "- PU
"; } if (target === 'all' || target === 'inversebattle' || target === 'inverse') { matched = true; @@ -1835,7 +1835,7 @@ var commands = exports.commands = { } if (target === 'all' || target === 'star' || target === 'player') { matched = true; - buffer += 'Why is there this star (★) in front of my username?
'; + buffer += 'Why is there this star (★) in front of my username?
'; } if (target === 'all' || target === 'staff') { matched = true;
' + icon[type] + '