From f36d73e136dc5ddd6cce09fe9908b09fe5792dae Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 3 May 2012 22:03:09 -0400 Subject: [PATCH] short: s/linx/short/ --- modules/short.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/short.py b/modules/short.py index 2aa967a..d5202ca 100644 --- a/modules/short.py +++ b/modules/short.py @@ -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())