Method

IbisClientset_nick

since: 0.1

Declaration [src]

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

Description [src]

Sets the nick of client to nick.

Available since: 0.1

Sets propertyIbis.Client:nick

Parameters

nick

Type: const char*

The new nick.

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