mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-02 02:38:21 +02:00
Add extra line to MRC chat area
This commit is contained in:
parent
8153473b89
commit
a97c5bbe82
2 changed files with 31 additions and 1 deletions
Binary file not shown.
|
@ -1087,7 +1087,7 @@
|
|||
mci: {
|
||||
MT1: {
|
||||
width: 72
|
||||
height: 18
|
||||
height: 19
|
||||
}
|
||||
ET2: {
|
||||
width: 69 // fnarr!
|
||||
|
@ -1109,6 +1109,36 @@
|
|||
}
|
||||
}
|
||||
|
||||
irc: {
|
||||
config: {
|
||||
messageFormat: "|00|10<|02{fromUserName}|10>|00 |03{message}|00"
|
||||
privateMessageFormat: "|00|10<|02{fromUserName}|15->{toUserName}|10>|00 |03{message}|00"
|
||||
}
|
||||
0: {
|
||||
mci: {
|
||||
MT1: {
|
||||
width: 72
|
||||
height: 17
|
||||
}
|
||||
ET2: {
|
||||
width: 69 // fnarr!
|
||||
maxLength: 140
|
||||
}
|
||||
TL3: {
|
||||
width: 20
|
||||
}
|
||||
TL4: {
|
||||
width: 20
|
||||
}
|
||||
TL5: {
|
||||
width: 2
|
||||
}
|
||||
TL6: {
|
||||
width: 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
prompts: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue