[ScryMUD] SVN Commit Info r957 - trunk/mud/grrmud/server

svn-log at scrymud.net svn-log at scrymud.net
Sun Jun 24 16:26:13 PDT 2007


Author: eroper
Date: 2007-06-24 16:26:13 -0700 (Sun, 24 Jun 2007)
New Revision: 957

Modified:
   trunk/mud/grrmud/server/const.cc
Log:
Removed the little blurb about passwords echoing during login and
new-character creation. If the players client/terminal supports telnet echo
negotiation, it will not echo. If the players client doesn't support this,
they most likely already know it.


Modified: trunk/mud/grrmud/server/const.cc
===================================================================
--- trunk/mud/grrmud/server/const.cc	2007-06-24 23:22:17 UTC (rev 956)
+++ trunk/mud/grrmud/server/const.cc	2007-06-24 23:26:13 UTC (rev 957)
@@ -627,7 +627,7 @@
 
    //"\n\x9B\x4D\x31\x32\x68\nChoose a Password:  ", 
    //"\n\x9B\x4D\x31\x32\x68\nEnter your password again for verification:  ",
-   "\nChoose a Password (may be echoed):  ", 
+   "\nChoose a Password:  ", 
       "\nEnter your password again for verification:  ",
       "\n(M)ale, (F)emale, or (N)euter:  ",
       "\n\nSelection of Classes: \n\n"
@@ -648,7 +648,7 @@
       /* for non-new players */
 
       //"\n\x9B\x31\x32\x68\nEnter your password:  ",
-      "\nEnter your password (Will be echoed):  ",
+      "\nEnter your password:  ",
 
          "\nChoose your Race, or you can choose help on the races.\n"
             "\n"




More information about the ScryMUD mailing list