removeRoleFromChannel

Description

Removes a role from a channel.

Syntax

public int removeRoleFromChannel(String user,
	String channel,
	String role) throws RemoteException, SearchException

Parameters

user – name of a user

channel – name of a channel

role – name of a role

Return value

Returns the status: 0 if failure, otherwise, successful.