Mercurial > hg > rlgallery-misc
diff dgl/dgamelaunch.conf @ 48:955c2fd68dcf
dgl: allow names up to 20 characters long.
It may actually be able to handle 30.
author | John "Elwin" Edwards |
---|---|
date | Mon, 24 Mar 2014 09:43:28 -0700 |
parents | 46158c89c659 |
children | 566e37477b91 |
line wrap: on
line diff
--- a/dgl/dgamelaunch.conf Sat Mar 08 14:36:11 2014 -0800 +++ b/dgl/dgamelaunch.conf Mon Mar 24 09:43:28 2014 -0700 @@ -17,7 +17,7 @@ # 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".