chatUserChangedNick

GameSpy SDK

chatUserChangedNick

Used in conjunction with chatEnterChannel; called when a user in the channel changes their nickname.

typedef void (*chatUserChangedNick)(
CHAT chat,
const gsi_char * channel,
const gsi_char * oldNick,
const gsi_char * newNick,
void * param );
RoutineRequired HeaderDistribution
chatUserChangedNick<chat.h>SDKZIP

Parameters

chat
[in] The initialized chat interface object.
channel
[in] The channel the local player is in.
oldNick
[in] The old nickname of the user.
newNick
[in] The new nickname.
param
[in] Pointer to user data. The same param that was passed to chatEnterChannel through the callbacks structure.

Section Reference: Gamespy Chat SDK

See Also: chatEnterChannel, chatChangeNick