This commit is contained in:
Luke Rogers 2012-03-23 13:32:48 +13:00
parent e7d69e63c0
commit 549bb70690
5 changed files with 21 additions and 27 deletions

View file

@ -5,7 +5,8 @@ import urllib2
@hook.command
def gitio(inp):
".gitio <url> [code] -- Shorten Github URLs with git.io. [code] is a optional custom short code."
".gitio <url> [code] -- Shorten Github URLs with git.io. [code] is"
" a optional custom short code."
split = inp.split(" ")
url = split[0]