Skip to content

Commit

Permalink
[youtube] Fix my stupid mistake in 30c4c25
Browse files Browse the repository at this point in the history
Closes issue sopel-irc#295
  • Loading branch information
embolalia committed Jun 25, 2013
1 parent 7a4f0bf commit 35c70a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setup(bot):
regex = re.compile('(youtube.com/watch\S*v=|youtu.be/)([\w-]+)')
if not bot.memory.contains('url_callbacks'):
bot.memory['url_callbacks'] = tools.WillieMemory()
bot.memory['url_callbacks'][regex] = exclude
bot.memory['url_callbacks'][regex] = ytinfo


def ytget(bot, trigger, uri):
Expand Down

0 comments on commit 35c70a1

Please sign in to comment.