diff --git a/extensions/m_findforwards.c b/extensions/m_findforwards.c index 6d1cd241..2c13c602 100644 --- a/extensions/m_findforwards.c +++ b/extensions/m_findforwards.c @@ -93,7 +93,7 @@ m_findforwards(struct Client *client_p, struct Client *source_p, int parc, const RB_DLINK_FOREACH(ptr, global_channel_list.head) { chptr = ptr->data; - if(chptr->mode.forward && !irccmp(chptr->mode.forward, parv[1])) + if(!irccmp(chptr->mode.forward, parv[1])) { if(p + strlen(chptr->chname) >= end - 13) {