Actions
Bug #2756
closedOverloaded aliases with groups do not work as they do on mIRC
Start date:
06/14/2016
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
[code]alias test {
.disable #grouptest
;; this does not echo "group disabled" even though it should
grouptest
.enable #grouptest
grouptest
}
#grouptest off
alias grouptest {
echo -a Group Enabled
}
#grouptest end
alias grouptest {
echo -a Group Disabled
}[/code]
In mIRC the following gets echoed to the active window
[code]Group Disabled
Group Enabled[/code]
In AdiIRC the following gets echoed to the active window
[code]Group Enabled[/code]
Actions