Thanks for such an amazing client and community! I've been using this on and off for years and have loved it. :) I've just come across some weirdness (not sure if it's a bug per se or where else to post this). Normally, everything client-side and world-side is perfectly fine. However, I added these triggers to highlight some channel prefixes using MUSHclient v5.01, and it's slowed down the client's Configuration menu for all open worlds considerably whenever this game's world is open. What's more interesting is there's no lag in entering commands (or any other aspect of MUSHclient) or responsiveness from the MU*. I've also noticed the more of these triggers I've added, the longer the lag. When the world is closed, all other worlds are fine again. Is there anything I can do to fix this? Here's the list of triggers:
Edit: To clarify, I'm using Windows 10 and an i5 processor, if that adds anything.
<triggers>
<trigger
custom_colour="7"
enabled="y"
match="^\<Games\>"
regexp="y"
sequence="100"
>
</trigger>
<trigger
custom_colour="16"
enabled="y"
match="^\<Public\>"
regexp="y"
sequence="100"
>
</trigger>
<trigger
custom_colour="6"
enabled="y"
match="^\<Softcode\>"
regexp="y"
sequence="100"
>
</trigger>
<trigger
custom_colour="17"
enabled="y"
match="^[(\-)?(\p{L}*?)]$"
regexp="y"
sequence="100"
other_text_colour="#323232"
>
</trigger>
</triggers>Edit: To clarify, I'm using Windows 10 and an i5 processor, if that adds anything.