short: s/linx/short/

master
mutantmonkey 2012-05-03 22:03:09 -04:00
parent 0aadc3f6fa
commit f36d73e136
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ def short(phenny, input):
return
phenny.reply(req)
linx.rule = (['short'], r'(.*)')
short.rule = (['short'], r'(.*)')
if __name__ == '__main__':
print(__doc__.strip())