mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 19:20:20 +00:00
server-time supported in all named servermsg: ping, error, notice and
authenticate. The only thing left to do for server-time are the numeric messages.
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef HEXCHAT_CTCP_H
|
||||
#define HEXCHAT_CTCP_H
|
||||
|
||||
void ctcp_handle (session *sess, char *to, char *nick, char *ip, char *msg, char *word[], char *word_eol[], int id);
|
||||
void ctcp_handle (session *sess, char *to, char *nick, char *ip, char *msg,
|
||||
char *word[], char *word_eol[], int id,
|
||||
const message_tags_data *tags_data);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user