summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2014-01-06 04:06:56 +0100
committerlassulus <lassulus@googlemail.com>2014-01-06 04:06:56 +0100
commit515736f4300cc0e535e0632cd0094b49a835d053 (patch)
tree0218f86ccba3d409bdc7da7990901db88454fe9b
parentf70fac7542f653409862b079e8be76a42e06b063 (diff)
ircbot: default with port
-rwxr-xr-xircbot/contoller.py2
1 files changed, 1 insertions, 1 deletions
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: