Now inbound_cap_ls() can enable extensions when a bouncer uses a namespace for the...
[rofl0r-ixchat.git] / src / common / ctcp.h
blob9acd80e3c19ad871fca17bb84e8f7ca84890f5b8
1 #ifndef XCHAT_CTCP_H
2 #define XCHAT_CTCP_H
4 void ctcp_handle (session *sess, char *to, char *nick, char *ip, char *msg, char *word[], char *word_eol[], int id);
6 #endif