Permalink
Browse files

Yay for identations

  • Loading branch information...
1 parent cce6623 commit a64c659e74f2fd1b1535e13a00c1cf28dc9f1358 @CrazyLemon CrazyLemon committed Sep 9, 2017
Showing with 2 additions and 2 deletions.
  1. +2 −2 scripts/url.coffee
View
@@ -5,8 +5,8 @@ module.exports = (bot) ->
resolve = (url, cb)->
if is_url.test url
parsed_url = url.match(is_url)
- if parsed_url[0].substring(0,3) == "www"
- parsed_url[0] = "http://" + parsed_url[0]
+ if parsed_url[0].substring(0,3) == "www"
+ parsed_url[0] = "http://" + parsed_url[0]
bot.fetchHTML parsed_url[0], ($)->
if $
stack = []

0 comments on commit a64c659

Please sign in to comment.