1755 |
|
* |
1756 |
|
* inputs - client sending the cluster |
1757 |
|
* - command name "KLINE" "XLINE" etc. |
1758 |
< |
* - capab -- CAP_KLN etc. from server.h |
1758 |
> |
* - capab -- CAPAB_KLN etc. from server.h |
1759 |
|
* - cluster type -- CLUSTER_KLINE etc. from conf.h |
1760 |
|
* - pattern and args to send along |
1761 |
|
* output - none |
1779 |
|
const struct MaskItem *conf = node->data; |
1780 |
|
|
1781 |
|
if (conf->flags & cluster_type) |
1782 |
< |
sendto_match_servs(source_p, conf->name, CAP_CLUSTER | capab, |
1782 |
> |
sendto_match_servs(source_p, conf->name, CAPAB_CLUSTER | capab, |
1783 |
|
"%s %s %s", command, conf->name, buffer); |
1784 |
|
} |
1785 |
|
} |