isIncomingChannelRegistered

public abstract boolean isIncomingChannelRegistered(Plugin plugin, String channel)

Checks if the specified plugin has registered to receive incoming 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.