Skip to content

Commit

Permalink
Omogoči predogled URL-ja
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Jan 1, 2017
1 parent 22c225e commit 7d27dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/url.coffee
Expand Up @@ -17,7 +17,7 @@ module.exports = (bot) ->
if is_url.test r.text
msg = "#{r.text} @#{moment().toString()}"
redis.rpush("irc:zgodovina:#{r.nick}", msg)
#resolve r.text, r.reply
resolve r.text, r.reply

bot.regexp /^\.url (.+)/i,
".url <nick> Prikaži urlje, ki jih je objavil <nick>"
Expand Down

0 comments on commit 7d27dee

Please sign in to comment.