Project

General

Profile

Actions

Bug #5598

closed

Sysinfo commands should not evaluate target channel name

Added by JD Byrnes almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
Start date:
07/18/2022
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

Description

For things like /osinfo in channel names starting with %

I suspect that /osinfo passes it correctly, and /say (called by osinfo) does a second evaluation, resulting in null as the variable doesn't exist.
This may pose a bigger issue in the way scripting is done in AdiIRC. Doesn't affect mIRC.

alias chbugfix {
if ($left($chan, 1) == $chr(37)) {
set $chan $chr(37) $+ $right($chan, -1)
$1-
unset $chan
}
}

Actions

Also available in: Atom PDF