Ok, here's what i changed...
But first...
I'm running Circle 2.11 (heavily modified in parts) under Linux, pl14x...
I was suggested to change:
from ban.c (lines 278-279)
for (i = 0, cptr = newname; *cptr && i < MAX_NAME_LENGTH; ) {
tempname[i++] = tolower(*cptr++);
}
to:
for (i = 0, cptr = newname; *cptr && i < MAX_NAME_LENGTH; ) {
tempname[i++] = tolower(*cptr);
cptr++
}
Granted the person who posted was running under Amiga, but I figured, what
the hell no harm in trying.
Still, the MUD allowed names listed under /lib/misc/xnames to enter the MUD...
Ace
absolut@b63740.cwru.edu
This archive was generated by hypermail 2b30 : 12/07/00 PST