Add extra line to MRC chat area

This commit is contained in:
David Stephens 2019-05-31 22:18:35 +01:00
parent 8153473b89
commit a97c5bbe82
2 changed files with 31 additions and 1 deletions

View File

@ -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: {