 |
Fang Xianfu GURU

Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue May 12, 2009 6:17 pm
[3.06] MXP doesn't work with #PSUB |
I suspect this was broken when the server-side MXP change was introduced, but PSUB doesn't allow MXP like SUB does. Easy test:
Code: |
<trigger>
<pattern>(Testy) (test) (test)</pattern>
<value>#psub "test" %x3</value>
</trigger>
<alias name="test">
<value>#show Testy test test</value>
</alias> |
Your web browser may be eating part of my post - quote it to see the full script. |
|
|
 |
shalimar GURU

Joined: 04 Aug 2002 Posts: 4772 Location: Pensacola, FL, USA
|
Posted: Thu Mar 11, 2010 5:34 am |
Still an issue in 3.14
|
|
_________________ Discord: Shalimarwildcat |
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Mar 11, 2010 7:03 am |
Yes, this is still on the bug list. Unless you see something listed in the Version History as fixed, you don't really need to bump it. Also, the issue isn't just with MXP commands. Using COLOR instead of SEND works fine. The issue is that only "open" MXP tags can be used with #PSUB right now, not "secure" tags like SEND.
|
|
|
 |
|
|