friends chat: rename to chatchannel

This makes the friends chat plugin applicable to all chat channels, and adds join/leave notifications for clan chats
This commit is contained in:
Adam
2021-05-27 18:19:37 -04:00
parent 46935154e4
commit e7a5b604fe
7 changed files with 253 additions and 63 deletions

View File

@@ -58,5 +58,6 @@ public interface ClanSettings
* @see ClanRank
* @return
*/
@Nullable
ClanTitle titleForRank(ClanRank clanRank);
}