Actions
Bug #5733
closed$calias doesn't working on multi $comchar
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!
Updated by Per Amundsen over 1 year 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.
Updated by Per Amundsen over 1 year 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