I have an unban event script that while loops unban events.

Works like this.

* Operator sets mode: -b host
Unban affects: nicks, separated, by, commmas.
Unban also affects: nicks, outside, the, channel.

But when I have something like..

* Operator sets mode: -bbbb host1 host2 host3 host4
Unban affects: Nicks
Unban affects: Nicks
Unban affects: Nicks
Unban affects: Nicks

Of course, most of the time bans affect only 1 nick, only bans like a* b* c* does it list more than 1..

So I'd kind of like to combine each -bbb as 1 individual on unban event and while loop that instead..

It seems I would have to make variables in several on unban events to combine them all..

Because it's common knowledge that mIRC treats -bbbb as each individual event.

Thanks.

-Neal.