Method

IbisClientget_username

since: 0.1

Declaration [src]

const char*
ibis_client_get_username (
  IbisClient* client
)

Description [src]

Gets the username that is being used when sending the USER command.

If IbisClient:username has not been set, this will return the value of IbisClient:nick.

Available since: 0.1

Gets propertyIbis.Client:username

Return value

Type: const char*

The username.

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