dgl: allow names up to 20 characters long.

It may actually be able to handle 30.
This commit is contained in:
John "Elwin" Edwards 2014-03-24 09:43:28 -07:00
parent c0023af02c
commit 3d7abba670

View file

@ -17,7 +17,7 @@ allow_new_nicks = yes
# Max length for newly registered nicks. Must be less than 20.
# By default, NetHack only stores the first 10 chars of a name into
# the record/logfile.
maxnicklen = 10
maxnicklen = 20
# Set the default watching-screen sorting mode. Can be one of
# "username", "game", "windowsize", "starttime" or "idletime".