diff --git a/modules/autoshorten.js b/modules/autoshorten.js index 426941a..a97acd9 100644 --- a/modules/autoshorten.js +++ b/modules/autoshorten.js @@ -19,8 +19,8 @@ var autoshorten = function(dbot) { // TODO: Make this use a decent URL shortener. Mine is shit. var options = { - 'host': 'nc.no.de', - 'port': 80, + 'host': dbot.webUrl, + 'port': dbot.webPort, 'path': '/mkurl?url=' + escape(url) };