Project

General

Profile

Actions

Bug #5733

closed

$calias doesn't working on multi $comchar

Added by westor (GR) 10 months ago. Updated 10 months ago.

Status:
Invalid
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
Start date:
05/26/2023
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

Description

Hello,

I noticed that $calias is always $null when using double // ($comchar) characters.

Example :

/test = will return test
//test = will be $null

alias test { echo -a is: $calias }

- Thanks!

Actions #1

Updated by Per Amundsen 10 months ago

If you look at https://dev.adiirc.com/projects/adiirc/wiki/Scripting_Identifiers, you will see that $caller is not officially implemented in AdiIRC yet.

Actions #2

Updated by Per Amundsen 10 months ago

  • Status changed from New to Invalid

Sorry I misread it as $caller, $calias will return $null in this case because it is being "called" by the Editbox as a script, not as a alias.

$caller will work differently and return context in this case.

Actions

Also available in: Atom PDF