changeset 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 1951f59156e4
children 6138c27d1950
files dgl/dgamelaunch.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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".