Project

General

Profile

Actions

Bug #2660

closed

BROKE Remote Scripts v2.3 ?

Added by First Last about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
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.

Actions #1

Updated by Per Amundsen about 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.

Actions #2

Updated by Per Amundsen about 8 years ago

  • Status changed from Assigned to Resolved

Fixed for next beta.

Actions #3

Updated by Per Amundsen about 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF