Add extra line to MRC chat area
This commit is contained in:
parent
8153473b89
commit
a97c5bbe82
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…
Reference in New Issue