Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 28:21:37 |
Calls: | 286 |
Calls today: | 1 |
Files: | 899 |
Messages: | 76,600 |
our dropfiles are written with login names in all upper-case, iirc.
maybe we can have a mod for registration or name change to allow
mixed-case.
RE: Re: irc-door
BY: Xenos #1 @60
our dropfiles are written with login names in all upper-case, iirc.
maybe we can have a mod for registration or name change to allow mixed-case.
Just add "to_lower(handle);" under the line where it sets handle in door.cpp.
Just add "to_lower(handle);" under the line where it sets handle in door.cpp.
won't that be just all lower-case then? and only in the door?