From 5280e648d96fbcb20948f7470afdca8b38f80a44 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 21 May 2019 22:45:32 +0100 Subject: Support multiple nick prefixes in channels by storing/relaying server 005/RPL_ISUPPORT messages and implementing the start of IRCv3 CAP negotiations (multi-prefix only at the moment). --- functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 2877bc5..fe1bee8 100644 --- a/functions.h +++ b/functions.h @@ -40,6 +40,6 @@ void extractnickfromprefix(char *string); void updatenickuserhost(char *nickuserhost, char *nick); // Update an existing 001 greeting with a new nickuserhost -void updategreetings(char *greeting001, char *greeting002, char *greeting003, char *greeting004, char *newnickuserhost, char *oldnickuserhost, char *newnick, char *oldnick); +void updategreetings(char *greeting001, char *greeting002, char *greeting003, char *greeting004, char *greeting005a, char *greeting005b, char *greeting005c, char *newnickuserhost, char *oldnickuserhost, char *newnick, char *oldnick); #endif -- cgit v1.2.3