cap: missed a spot on =sticky caps removal
This commit is contained in:
parent
c021aafd66
commit
7dade6a811
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
capadd |= cap->cap_serv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue