]> jfr.im git - erebus.git/blobdiff - modules/urls.py
regex
[erebus.git] / modules / urls.py
index 9e8e3e2b4776fda0db0a3c81d962a35422ebed1e..2908dc0af1e20d29830d3377db8c1a7539d85557 100644 (file)
@@ -10,6 +10,8 @@ modinfo = {
        'depends': [], # other modules required to work properly?
 }
 
+# http://embed.ly/tools/generator
+
 # preamble
 import modlib
 lib = modlib.modlib(__name__)
@@ -149,3 +151,4 @@ def gottwitch(url):
                                bot.msg(line.split()[2], 'Twitch: %s (%s playing %s)' % (twitch[0]['channel']['status'], twitch[0]['channel']['login'], twitch[0]['channel']['meta_game']))
                        except:
                                bot.msg(line.split()[2], 'Twitch: Channel offline.')
+