X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/a31511321780ed95989912db819ac124ae1199e9..63f741c2dfb3021753ac398f72abbd326dd92e70:/modules/twitch.py diff --git a/modules/twitch.py b/modules/twitch.py index 68e6586..466d430 100644 --- a/modules/twitch.py +++ b/modules/twitch.py @@ -1,5 +1,5 @@ # Erebus IRC bot - Author: Conny Sjoblom -# Spotify URL Checker +# Twitch URL Checker # This file is released into the public domain; see http://unlicense.org/ # module info @@ -20,7 +20,6 @@ modstop = lib.modstop import re import urllib2 import json -from BeautifulSoup import BeautifulSoup checkfor = "twitch" hostmask_regex = re.compile('^(.*)!(.*)@(.*)$')