ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/login.ext
(Generate patch)

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.88 by root, Sun Aug 17 22:46:26 2008 UTC vs.
Revision 1.89 by root, Sat Aug 30 05:19:03 2008 UTC

222 cf::NDI_BLUE 222 cf::NDI_BLUE
223 ); 223 );
224 224
225 # read username 225 # read username
226 while () { 226 while () {
227 $user = query $ns, 0, "What is your name?\n:"; 227 $user = query $ns, 0, "What is your name? (login names are case-sensitive)\n:";
228 228
229 if ($cf::LOGIN_LOCK{$user}) { 229 if ($cf::LOGIN_LOCK{$user}) {
230 $ns->send_drawinfo ( 230 $ns->send_drawinfo (
231 "That username is currently used in another login session. " 231 "That username is currently used in another login session. "
232 . "Chose another, or wait till the other session has ended.", 232 . "Chose another, or wait till the other session has ended.",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines