Actions
Bug #5183
closed/ban -uN doesn't work on multiple channels at the same time
Start date:
11/02/2020
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
When i try to use /ban -uN at the same time on multiple channels, it unbans only in 1 channel, the following code to reproduce it.
Code:
//var %chans = #one #two #three #four #five | var %i = 1 | while (%i <= $numtok(%chans,32)) { var %chan = $gettok(%chans,%i,32) | ban -u30 %chan $me 2 | inc %i }
- Thanks!
Updated by Per Amundsen about 4 years ago
- Status changed from Resolved to Closed
Updated by Per Amundsen about 4 years ago
- Subject changed from /ban -uN doesn't working on multiple channels at the same time to /ban -uN doesn't work on multiple channels at the same time
Actions