Method

IbisClientget_registered

since: 0.10

Declaration [src]

gboolean
ibis_client_get_registered (
  IbisClient* client
)

Description [src]

Gets whether or not the client has completed user registration.

User registration is the first thing that happens while connecting and other commands like JOIN, PRIVMSG, etc can not be sent until registration is completed.

Available since: 0.10

Gets propertyIbis.Client:registered

Return value

Type: gboolean

TRUE if registration has been completed, otherwise FALSE.