# HG changeset patch # User John "Elwin" Edwards # Date 1395679408 25200 # Node ID 955c2fd68dcf812e32cfc63bde712f5ddcae47bc # Parent 1951f59156e48c2e7a87e60db5de76292ddedb86 dgl: allow names up to 20 characters long. It may actually be able to handle 30. diff -r 1951f59156e4 -r 955c2fd68dcf dgl/dgamelaunch.conf --- 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".