onCommandBlacklist

Adds a nickname to the list of users who may not trigger the bot whatsoever, except on actions annotated Permissions.ignore.

This is on a Permissions.operator level.

version(WithAdminPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).permissionsRequired(Permissions.operator).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("blacklist").policy(PrefixPolicy.prefixed).description("Adds or removes an account to/from the blacklist of " ~ "people who may explicitly not trigger the bot (in the current channel).").addSyntax("$command add [account or nickname]").addSyntax("$command del [account or nickname]").addSyntax("$command list"))
void
onCommandBlacklist