Method

IbisClientset_alt_nick

since: 0.1

Declaration [src]

void
ibis_client_set_alt_nick (
  IbisClient* client,
  const char* alt_nick
)

Description [src]

Sets the alternative nick of client to alt_nick.

Available since: 0.1

Sets propertyIbis.Client:alt-nick

Parameters

alt_nick

Type: const char*

The new alternative nick.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.