short: s/linx/short/

This commit is contained in:
mutantmonkey
2012-05-03 22:03:09 -04:00
parent 0aadc3f6fa
commit f36d73e136

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())