diff options
author | Sadie Powell <sadie@witchery.services> | 2021-05-24 01:32:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 19:32:00 -0500 |
commit | c06f6f2565513089462ba2c627457e66ff637be9 (patch) | |
tree | e5fc6119a2031d5e0405224bd0e7f0a4e9856c84 /src/common/textevents.in | |
parent | e4fd69e3d4ec2eb707a693ea69b8e14181249d0a (diff) |
Implement support for the IRCv3 invite-notify specification. (#2574)
Diffstat (limited to 'src/common/textevents.in')
-rw-r--r-- | src/common/textevents.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/textevents.in b/src/common/textevents.in index 9790c18d..14bd4b06 100644 --- a/src/common/textevents.in +++ b/src/common/textevents.in @@ -496,6 +496,12 @@ pevt_invited_help %C24*%O$tYou have been invited to %C22$1%O by %C18$2%O (%C29$3%O) 3 +Invited Other +XP_TE_INVITEDOTHER +pevt_invitedother_help +%C24*%O$t%C26$3%C has been invited to %C22$1%O by %C18$2%O (%C29$4%O) +4 + Join XP_TE_JOIN pevt_join_help |