mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 16:35:01 -04:00
7 lines
168 B
C
7 lines
168 B
C
#ifndef XCHAT_CTCP_H
|
|
#define XCHAT_CTCP_H
|
|
|
|
void ctcp_handle (session *sess, char *to, char *nick, char *ip, char *msg, char *word[], char *word_eol[], int id);
|
|
|
|
#endif
|