Actions
Bug #5158
closedTools|'Edit Variables' no longer working
Start date:
10/01/2020
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
I've tried the following code and the variable values are no longer updated in Tools|'Edit Variables' (old values are displayed instead).
Current version AdiIRC 4.0 beta x64 build 2020/09/30 (win10).
Last working version I tested: beta 3.9 2020/09/24 ---> my guess is the issue must be introduced in the 3.9 2020/09/30 beta .
alias myregex2 {
return /.+/i
}
on $*:TEXT:$($myregex2):*:{
set %temp2 $strip($1-)
}
Updated by Per Amundsen about 4 years ago
- Category set to Interface
- Status changed from New to Resolved
- Assignee set to Per Amundsen
- Target version set to 4.0
Thanks, it's an issue related to cached ini files, fixed in next beta.
Updated by Per Amundsen about 4 years ago
- Status changed from Resolved to Closed
Updated by Kostas K about 4 years ago
I confirm it's fixed in the new version, thank you very much.
Actions