Actions
Bug #2660
closedBROKE Remote Scripts v2.3 ?
Start date:
04/24/2016
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
Yes
Description
The update completely broken "remote" scripting.
Examples:
on *:text:TESTWORD:# { //say TestMessage }
on *:text:TESTWORD:? { //say TestMessage }
When I trigger these, the scripts are completely ignored and nothing happens.
I have tried restarting AdiIRC, reloading the scripts, unload/reload, New script copy/paste/save and nothing works.
Please figure out how it got broken and fix it. If you can verify that it works for you and it is a problem on my end, please let me know.
Updated by Per Amundsen over 8 years ago
- Status changed from New to Assigned
- Priority changed from Immediate to Normal
- Target version set to 2.4
- Operative System changed from Windows 7 to All
Scripting is not completely broken, this specific line seems to be though.
There is a ":" missing in your script, although this seems to work in mIRC without the ":".
on *:text:TESTWORD:# { //say TestMessage }
vs
on *:text:TESTWORD:#: { //say TestMessage }
Will look into how to support this broken syntax.
Updated by Per Amundsen over 8 years ago
- Status changed from Assigned to Resolved
Fixed for next beta.
Actions