Implement support for the IRCv3 invite-notify specification. (#2574)

This commit is contained in:
Sadie Powell
2021-05-24 01:32:00 +01:00
committed by GitHub
parent e4fd69e3d4
commit c06f6f2565
4 changed files with 20 additions and 5 deletions

View File

@@ -1295,6 +1295,13 @@ static char * const pevt_invited_help[] = {
N_("Server Name"),
};
static char * const pevt_invitedother_help[] = {
N_("Channel Name"),
N_("Nick of person who sent the invite"),
N_("Nick of person who was invited"),
N_("Server Name"),
};
static char * const pevt_usersonchan_help[] = {
N_("Channel Name"),
N_("Users"),