Project

General

Profile

Actions

Bug #2756

closed

Overloaded aliases with groups do not work as they do on mIRC

Added by S Reject almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
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

Also available in: Atom PDF