Method

IbisClientset_secondary_nick

unstable since: 0.15

Declaration [src]

void
ibis_client_set_secondary_nick (
  IbisClient* client,
  const char* nick
)

Description [src]

Sets the secondary nick.

Available since: 0.15

Parameters

nick

Type: const char*

The new 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.