cap: missed a spot on =sticky caps removal

This commit is contained in:
William Pitcock 2015-03-22 21:08:05 -05:00
parent c021aafd66
commit 7dade6a811

View file

@ -417,12 +417,6 @@ cap_req(struct Client *source_p, const char *arg)
}
}
if(cap->flags & CLICAP_FLAGS_STICKY)
{
strcat(pbuf[i], "=");
plen++;
}
capadd |= cap->cap_serv;
}