linx: support capital letters in nicks

This commit is contained in:
mutantmonkey
2012-03-27 23:23:44 -04:00
parent a951f0d3a7
commit 4476412821

View File

@@ -50,7 +50,7 @@ def lines(phenny, input):
phenny.reply(req)
lines.rule = (['lines'], r'([a-z0-9\-_\\]+) (.*)')
lines.rule = (['lines'], r'([A-Za-z0-9\-_\\]+) (.*)')
if __name__ == '__main__':
print(__doc__.strip())