Signal
IbisClient::message
since: 0.1
Declaration
gboolean
message (
  IbisClient* self,
  gchar* command,
  IbisMessage* message,
  gpointer user_data
)
      Description [src]
Emitted when the client has received a new message.
This signal supports details based on the upper case version of the
command from the message. For example, PRIVMSG, NOTICE, etc.
| Default handler:  The default handler is called after the handlers added via   | 
| The signal can be detailed | 
| Available since: 0.1 | 
Parameters
command- 
            
Type:
gchar*The command.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  message- 
            
Type:
IbisMessageThe message.
The data is owned by the caller of the function.