Functions | |
int | irc_cmd_ctcp_request (irc_session_t *session, const char *nick, const char *request) |
Generates a CTCP request. | |
int | irc_cmd_ctcp_reply (irc_session_t *session, const char *nick, const char *reply) |
Generates a reply to the CTCP request. |
|
Generates a reply to the CTCP request.
event_ctcp_req callback during the IRC session initialization.Possible error responces for this command from the RFC1459: |
|
Generates a CTCP request.
A reply to the CTCP request will be sent by the irc_callbacks_t::event_ctcp_rep callback; be sure to define it. Possible error responces for this command from the RFC1459:
|