Signal

IbisClient::wrote-message

since: 0.4

Declaration

void
wrote_message (
  IbisClient* self,
  IbisMessage* message,
  gpointer user_data
)

Description [src]

Emitted when the client has successfully written message to output stream.

This signal supports details based on the normalized uppercase version of the command from the message. For example, PRIVMSG, NOTICE, etc.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

The signal can be detailed
Available since: 0.4

Parameters

message

Type: IbisMessage

The message.

The data is owned by the caller of the function.