The AKICK doc tells:
This command can only be used by users with the +r flag.
While the code tells:
if ((chanacs_source_flags(mc, si) & (CA_FLAGS | CA_REMOVE)) != (CA_FLAGS | CA_REMOVE))
So I think the doc should be patched as:
This command can only be used by users with the +r and +f flags.
Am I right?