30 lines
749 B
Markdown
30 lines
749 B
Markdown
# Database setup
|
|
|
|
## Initial commands
|
|
|
|
```
|
|
@password "INSERTFREAKYPASSWORDHERE"
|
|
@set $login.welcome_message to {"Welcome to tilde.town toaststunt.", "To connect, use one of:", " create YOURUSERNAME YOURPASSWORD", " connect YOURUSERNAME YOURPASSWORD", " connect guest", "Remember not to reuse passwords from other things!","IRC channel: #moo"}
|
|
|
|
# Make objects 127-130
|
|
@make-guest Red
|
|
@make-guest Blue
|
|
@make-guest Green
|
|
@make-guest Yellow
|
|
# At least one guest needs an alias "Guest"
|
|
@addalias "Guest" to #127
|
|
```
|
|
|
|
## Other notes
|
|
|
|
- I have not set `$network.active = 1`, since we don't want to actually send mail.
|
|
- $login.create_enabled is left as true
|
|
- No other wizards are created
|
|
|
|
New users:
|
|
|
|
```
|
|
@make-player USERNAME
|
|
@programmer USERNAME
|
|
```
|