From a97c5bbe822f3ab3f4055c40a88a446a2f14c978 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Fri, 31 May 2019 22:18:35 +0100 Subject: [PATCH] Add extra line to MRC chat area --- art/themes/luciano_blocktronics/mrc.ans | Bin 881 -> 721 bytes art/themes/luciano_blocktronics/theme.hjson | 32 +++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/art/themes/luciano_blocktronics/mrc.ans b/art/themes/luciano_blocktronics/mrc.ans index a1bbd030f30251860bafab4e8e98625373ec9843..a3079f3c879ba6ccb6f8aac3571711279406892e 100644 GIT binary patch delta 163 zcmey!c9C^MFrx>TbhLrBu|ckMw7I#nbhKga{X1OufgCgE`&{?$02!vvcerlfQLt42 zD$G@N4Kb3AHnRY!1nIhSpX>H*u%gNGOsc{_HBjL@_Z9AdbXZSLV^U*{x~04QW)0u#D_hwDB_B}mlF z2q+5H3e{<709VF!{|;18aa73qpA|n z^|>I=806l$f9F0(50D4;5ZFyX&g9FCYV1&n$^RHtd5{%NR$*#a<6vfBU}OwnkYE4< QVNWMtg)nzV2oFvI0HiZg?EnA( diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index 49d459f6..0e21329c 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -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: {