]> jfr.im git - erebus.git/blobdiff - modules/twitch.py
Fixed header
[erebus.git] / modules / twitch.py
index 68e6586a037a65752ec2264e2412766073563499..466d430769a9fc800d695c4b6e8fe4f0fe598c6a 100644 (file)
@@ -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('^(.*)!(.*)@(.*)$')