iter lists backwards when sending BMASK

This commit is contained in:
jesopo 2020-11-12 21:10:08 +00:00 committed by Ed Kellett
parent dab715910d
commit f0356d2a6f
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ burst_modes_TS6(struct Client *client_p, struct Channel *chptr,
me.id, (long) chptr->channelts, chptr->chname, flag);
t = buf + mlen;
RB_DLINK_FOREACH(ptr, list->head)
RB_DLINK_FOREACH_PREV(ptr, list->tail)
{
banptr = ptr->data;