Project

General

Profile

Actions

Bug #1299

open

[] evaluation brackets doesn't work correctly in $identifiers()

Added by Fredrik Ljungdahl almost 10 years ago. Updated almost 7 years ago.

Status:
Assigned
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
-
Start date:
05/20/2014
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

Description

Currently, evaluation brackets, i.e. [], doesn't work as expected under AdiIRC.

Following was observed:

mIRC/AdiIRC

/set %var test
//echo -ag %var -> test/test
//echo -ag %va [ $+ [ r ] ] -> test/test
//echo -ag $(%var) -> test/test
//echo -ag $(%va [ $+ [ r ] ]) -> test/Error: missing ')' in $
//echo -ag $( %va [ $+ [ r ] ] ) -> test/insufficient parameters
//echo -ag $( %v [ $+ [ ar ] ] ) -> test/r

Actions #1

Updated by Per Amundsen almost 7 years ago

  • Status changed from New to Assigned
  • Priority changed from Low to Normal

A little update, brackets was improved a lot in 2.8, the only case which doesn't work now is: //echo -ag $(%va [ $+ [ r ] ])

This is the final boss which I will be working on soon.

Actions

Also available in: Atom PDF