Associates a role with a channel.
public int addRoleForChannel(String user, String channel, String role) throws RemoteException, SearchException
user – user name
channel – channel name
role – associated role name
Returns a status of: 0 if failure; otherwise, successful.