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 );
Routine | Required Header | Distribution |
---|---|---|
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
Routine | GSI_UNICODE Not Defined | GSI_UNICODE Defined |
---|---|---|
chatRemoveChannelBan | chatRemoveChannelBanA | chatRemoveChannelBanW |
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