Merge /invite, /invites and /decline commands
`/invite <contact>` became `/invite send <contact>. `/invites` became `/invite list`. `/decline` became `/invite decline`. Accept is still done via `/join`. Regards https://github.com/profanity-im/profanity/issues/1116
This commit is contained in:
@@ -830,7 +830,7 @@ cons_show_room_invite(const char *const invitor, const char * const room, const
|
||||
}
|
||||
|
||||
cons_show("Use '/join %s' to accept the invitation", room);
|
||||
cons_show("Use '/decline %s' to decline the invitation", room);
|
||||
cons_show("Use '/invite decline %s' to decline the invitation", room);
|
||||
|
||||
if (prefs_get_boolean(PREF_NOTIFY_INVITE)) {
|
||||
notify_invite(display_from, room, reason);
|
||||
|
||||
Reference in New Issue
Block a user