diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-22 16:55:41 +0100 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-28 16:04:16 +0100 |
commit | 42da8fe3efb3d6bb7e3fb14169e7cc362e21921a (patch) | |
tree | 5d2055d9964964cd1e2317e0883b7e8657aade26 /src/common/ctcp.h | |
parent | a01bd83c64b76da028d3c23b743a61bbbc62a2d2 (diff) |
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.
Diffstat (limited to 'src/common/ctcp.h')
-rw-r--r-- | src/common/ctcp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/ctcp.h b/src/common/ctcp.h index 54e33f4c..9d811e57 100644 --- a/src/common/ctcp.h +++ b/src/common/ctcp.h @@ -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 |