mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00: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
|