youtube: add '.yt' alias

This commit is contained in:
Ryan Hitchman 2014-01-08 17:29:35 -08:00
parent 6ae70537c0
commit ab88f2d50d
1 changed files with 1 additions and 0 deletions

View File

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