diff options
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: |