Method

IbisClientget_active_nick

unstable since: 0.11

Declaration [src]

const char*
ibis_client_get_active_nick (
  IbisClient* client
)

Description [src]

Gets the active nick for the client.

The active nick is the nick that the server has accepted.

Available since: 0.11

Return value

Type: const char*

The active nick if it is known.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.