blob: 2afc4ad990f14c0b5ab87a3725cee1824ba65151 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
App:
WorkingDirectory: var/
MaxUsers: 512
AllowRegistration: true
MaxNickLen: 15
MenuMaxIdleTime: 600
PostLoginCommands:
- mkdir %w/userdata/%u
- mkdir %w/userdata/%u/dumplog
- mkdir %w/userdata/%u/ttyrec
Menus:
logged_in:
Banner: 'Shell Game Launcher - Anonymous access%n======================================'
XOffset: 5
YOffset: 2
MenuEntries:
- Key: l
Label: login
Action: login
- Key: r
Label: register
Action: register
- Key: w
Label: watch
Action: watch_menu
- Key: q
Label: quit
Action: quit
test:
Banner: 'Shell Game Launcher - Anonymous access%n======================================'
XOffset: 5
YOffset: 2
MenuEntries:
- Key: l
Label: login
Action: login
- Key: r
Label: register
Action: register
- Key: w
Label: watch
Action: watch_menu
- Key: q
Label: quit
Action: quit
|