linx: support capital letters in nicks

master
mutantmonkey 2012-03-27 23:23:44 -04:00
parent a951f0d3a7
commit 4476412821
1 changed files with 1 additions and 1 deletions

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