linx: support capital letters in nicks
parent
a951f0d3a7
commit
4476412821
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue