From 3d7abba670b66c6b6e1bfe4cbfd7e1ea7d519be6 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Mon, 24 Mar 2014 09:43:28 -0700 Subject: [PATCH] dgl: allow names up to 20 characters long. It may actually be able to handle 30. --- dgl/dgamelaunch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgl/dgamelaunch.conf b/dgl/dgamelaunch.conf index cc64e38..392c73d 100644 --- a/dgl/dgamelaunch.conf +++ b/dgl/dgamelaunch.conf @@ -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".