Added new command hook for youtube

This commit is contained in:
lukeroge 2012-02-15 20:06:52 +13:00
parent 86b216c37a
commit b37165b8d2

View file

@ -64,6 +64,7 @@ def GetInHMS(seconds):
def youtube_url(match):
return get_video_description(match.group(1))
@hook.command('yt')
@hook.command('y')
@hook.command
def youtube(inp):