diff options
| author | lassulus <lassulus@googlemail.com> | 2014-01-06 04:06:56 +0100 |
|---|---|---|
| committer | lassulus <lassulus@googlemail.com> | 2014-01-06 04:06:56 +0100 |
| commit | 515736f4300cc0e535e0632cd0094b49a835d053 (patch) | |
| tree | 0218f86ccba3d409bdc7da7990901db88454fe9b /ircbot | |
| parent | f70fac7542f653409862b079e8be76a42e06b063 (diff) | |
ircbot: default with port
Diffstat (limited to 'ircbot')
| -rwxr-xr-x | ircbot/contoller.py | 2 |
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: |
