Skip to content

Commit

Permalink
Fix url parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Sep 20, 2017
1 parent fc0f50b commit 2cefbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/url.coffee
@@ -1,6 +1,6 @@
module.exports = (bot) ->

is_url = /(https?[\w:\/\.;&\?_\-\#]+)/g;
is_url = /(https?[\w:\/\.;&\?_\-\#=]+)/g;

resolve = (url, cb)->
if is_url.test url
Expand Down

0 comments on commit 2cefbc1

Please sign in to comment.