chatRemoveChannelBan

GameSpy SDK

chatRemoveChannelBan

Removes a banned player from a channel's ban list.  This will once again allow the user to join the channel.

void chatRemoveChannelBan(
CHAT chat,
const gsi_char * channel,
const gsi_char * ban );
RoutineRequired HeaderDistribution
chatRemoveChannelBan<chat.h>SDKZIP

Parameters

chat
[in] Chat SDK object, previously initialized using one of the chatConnect methods.
channel
[in] Name of the chat channel whose ban list is being modified..
ban
[in] Nickname to remove from the ban list.

Unicode Mappings

RoutineGSI_UNICODE Not DefinedGSI_UNICODE Defined
chatRemoveChannelBanchatRemoveChannelBanAchatRemoveChannelBanW

chatRemoveChannelBanW and chatRemoveChannelBanA are UNICODE and ANSI mapped versions of chatRemoveChannelBan. The arguments of chatRemoveChannelBanA are ANSI strings; those of chatRemoveChannelBanW are wide-character strings.

Section Reference: Gamespy Chat SDK