Method

IbisMessageset_ctcp

deprecated: 0.5 since: 0.1

Declaration [src]

void
ibis_message_set_ctcp (
  IbisMessage* message,
  gboolean ctcp
)

Description [src]

Sets message to be a CTCP message or not.

Note: If the command of message is not PRIVMSG or NOTICE this method will have no effect.

Available since: 0.1

Deprecated since: 0.5

Please do not use it in newly written code.

Sets propertyIbis.Message:ctcp

Parameters

ctcp

Type: gboolean

Whether or not to make this a CTCP message.