mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 03:58:17 +02:00
User interrupts & node module ready to rock. ...maybe with bugs?
This commit is contained in:
parent
d9238ee6a5
commit
fe44f2c4d6
9 changed files with 198 additions and 68 deletions
Binary file not shown.
|
@ -364,15 +364,21 @@
|
|||
}
|
||||
|
||||
nodeMessage: {
|
||||
config: {
|
||||
messageFormat: "|00|08 :: |03message from |11{fromUserName} |08/ |03node |11{fromNodeId}|08 @ |11{timestamp} |08::\r\n|07 {message}"
|
||||
}
|
||||
0: {
|
||||
mci: {
|
||||
SM1: {
|
||||
width: 22
|
||||
itemFormat: "|00|07{text} |08(|07{userName}|08)"
|
||||
focusItemFormat: "|00|15{text} |07(|15{userName}|07)"
|
||||
width: 25
|
||||
itemFormat: "|00|03node |07{text} |08(|07{userName}|08)"
|
||||
focusItemFormat: "|00|11node |15{text} |07(|15{userName}|07)"
|
||||
}
|
||||
ET2: {
|
||||
width: 70
|
||||
width: 65
|
||||
}
|
||||
TL3: {
|
||||
width: 65
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue