mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 09:21:30 +02:00
* Lots of progress on PEG.js ACS parsing and validation implementation
This commit is contained in:
parent
bae2e788e1
commit
a1d3ab9f0e
6 changed files with 504 additions and 294 deletions
|
@ -76,6 +76,14 @@
|
|||
login: {
|
||||
art: USERLOG
|
||||
next: fullLoginSequenceLoginArt
|
||||
/*
|
||||
next: [
|
||||
{
|
||||
acs: "=N2"
|
||||
next: fullLoginSequenceLoginArt
|
||||
}
|
||||
]
|
||||
*/
|
||||
config: {
|
||||
tooNode: {
|
||||
art: TOONODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue