Skip to content
Snippets Groups Projects
Commit 7049faab authored by rswindell's avatar rswindell
Browse files

Set the Guest's chat handle to "Guest".

parent fb510a31
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ load("sbbsdefs.js"); // needed for UFLAG_* definitions ...@@ -21,6 +21,7 @@ load("sbbsdefs.js"); // needed for UFLAG_* definitions
// Create the account // Create the account
guest=system.new_user("Guest"); guest=system.new_user("Guest");
guest.handle="Guest";
guest.gender='?'; guest.gender='?';
guest.comment="This is the auto-generated Guest/Anonymous user account."; guest.comment="This is the auto-generated Guest/Anonymous user account.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment