I noticed that using a tab in the `Send to Status` would center the text, and two tabs would right-align the text. So I defined the following trigger to send database dumps centered to the status bar:
I saved the world, opened the file with notepad, and the tab was saved along with it. Yet when I open the world, the tab has been converted to a space, and the text gets no longer centered. This used to work with my previous version (3.23 I think.)
[edit]
It seems that MushClient's correctly interpreting the \t as a tab when it loads the XML though, so I switched to those to follow the XML Specs. Though the tab stripping is still unspecified and different from how it used to be;)
[/edit]
<triggers>
<trigger
enabled="y"
match=".*(\*\*\*\* DATABASE SAVE ST.* \*\*\*\*).*"
omit_from_output="y"
regexp="y"
send_to="3"
sequence="100"
>
<send> %1</send>
</trigger>
</triggers>
I saved the world, opened the file with notepad, and the tab was saved along with it. Yet when I open the world, the tab has been converted to a space, and the text gets no longer centered. This used to work with my previous version (3.23 I think.)
[edit]
It seems that MushClient's correctly interpreting the \t as a tab when it loads the XML though, so I switched to those to follow the XML Specs. Though the tab stripping is still unspecified and different from how it used to be;)
[/edit]