dgl: allow names up to 20 characters long.
It may actually be able to handle 30.
This commit is contained in:
parent
c0023af02c
commit
3d7abba670
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ allow_new_nicks = yes
|
||||||
# Max length for newly registered nicks. Must be less than 20.
|
# Max length for newly registered nicks. Must be less than 20.
|
||||||
# By default, NetHack only stores the first 10 chars of a name into
|
# By default, NetHack only stores the first 10 chars of a name into
|
||||||
# the record/logfile.
|
# the record/logfile.
|
||||||
maxnicklen = 10
|
maxnicklen = 20
|
||||||
|
|
||||||
# Set the default watching-screen sorting mode. Can be one of
|
# Set the default watching-screen sorting mode. Can be one of
|
||||||
# "username", "game", "windowsize", "starttime" or "idletime".
|
# "username", "game", "windowsize", "starttime" or "idletime".
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue