X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/822b8906df33c3c6091c4663ff4c909fad5746be..3fb9cf6f5be0e23d3a4831699e8fd930386e2965:/modules/spotify.py diff --git a/modules/spotify.py b/modules/spotify.py index 7325cef..fe4e037 100644 --- a/modules/spotify.py +++ b/modules/spotify.py @@ -1,10 +1,10 @@ -# Erebus IRC bot - Author: John Runyon +# Erebus IRC bot - Author: Conny Sjoblom # Spotify URL Checker # This file is released into the public domain; see http://unlicense.org/ # module info modinfo = { - 'author': 'Conny Sjoblom (BiohZn)', + 'author': 'Conny Sjoblom', '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