linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06637
[Bug 1133229] Re: Suggestions for +listreg command
Probably to fix the "[" bug.
--if v.level <= user.level and (#param == 0 or (v.nick and string.match(string.lower(v.nick), param, 1 ))) then
if v.level <= user.level and (#param == 0 or (v.nick and string.find(string.lower(v.nick), param, 1,true ))) then
A way to fix spaces
param = string.match(param, "^%s*(.-)%s*$")
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/1133229
Title:
Suggestions for +listreg command
Status in ADCH++:
New
Bug description:
Suggestions for +listreg command
- Fix the bug if you search with a "[" without ending "]" like "+listreg [ab"
- Fix so it trim spaces before, after the "nick"
- Fix so the name and password is on the same row i.e remove the "\n\t"
To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/1133229/+subscriptions
References