From 515736f4300cc0e535e0632cd0094b49a835d053 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 6 Jan 2014 04:06:56 +0100 Subject: ircbot: default with port --- ircbot/contoller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircbot/contoller.py b/ircbot/contoller.py index c18361fe..95e1132b 100755 --- a/ircbot/contoller.py +++ b/ircbot/contoller.py @@ -114,7 +114,7 @@ class commands(): feedfile = 'new_feeds' -url_shortener = 'http://localhost' +url_shortener = 'http://localhost:1337' init_channels = ['#news'] if 'FEEDFILE' in os.environ: -- cgit v1.2.3