]> jfr.im git - erebus.git/blobdiff - modules/spotify.py
licensing
[erebus.git] / modules / spotify.py
index 7325cefebd657802689ab36073a1ab0be6919b10..9ee323ed562b8e876c4f9363801150d0882301e5 100644 (file)
@@ -1,10 +1,10 @@
-# Erebus IRC bot - Author: John Runyon
+# Erebus IRC bot - Author: Erebus Team
 # Spotify URL Checker
 # This file is released into the public domain; see http://unlicense.org/
 
 # module info
 modinfo = {
-       'author': 'Conny Sjoblom (BiohZn)',
+       'author': 'Erebus Team',
        'license': 'public domain',
        'compatible': [1], # compatible module API versions
        'depends': [], # other modules required to work properly?
@@ -18,7 +18,6 @@ modstop = lib.modstop
 
 # module code
 import re
-import ctlmod
 import urllib2
 from BeautifulSoup import BeautifulSoup