mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
Implement support for the IRCv3 invite-notify specification. (#2574)
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user