isOutgoingChannelRegistered

public abstract boolean isOutgoingChannelRegistered(Plugin plugin, String channel)

Checks if the specified plugin has registered to send outgoing messages through the requested channel.

Return

True if the channel is registered, else false.

Parameters

plugin

Plugin to check registration for.

channel

Channel to test for.