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

Also available in: Atom PDF