Actions
Bug #4035
closed
W(
PA
/mode #channel b doesn't updating $ibl() list
Bug #4035:
/mode #channel b doesn't updating $ibl() list
Start date:
07/15/2018
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I'm using a code to update the currently channel $ibl() list on join, but it seems that AdiIRC doesn't update it.
Also you can reproduce if you do //mode #channel b and then call $ibl(#channel,0) identifier.
Example Reproduce Code:
ON ME:*:JOIN:#test_chan: { .who $chan | mode $chan b }
//echo -a IS: $ibl(#test_chan,0)
- Thanks!
Actions