Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Friends Chat System #486

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Friends Chat System #486

wants to merge 4 commits into from

Conversation

Tyluur
Copy link
Member

@Tyluur Tyluur commented Jan 5, 2024

What has been done?

This pull request is for the full friends chat system.

Has your code been documented?

Yes.

@Tyluur Tyluur marked this pull request as draft January 5, 2024 06:25
@Tyluur Tyluur self-assigned this Jan 8, 2024
@Tyluur Tyluur added the content label Jan 8, 2024
@ultraviolet-jordan
Copy link

Approved.

@Tyluur
Copy link
Member Author

Tyluur commented Jan 21, 2024

whoCanEnterChat Value Corresponding Text
0 "Any friends"
1 "Recruit+"
2 "Corporal+"
3 "Sergeant+"
4 "Lieutenant+"
5 "Captain+"
6 "General+"
7 "Only Me"
Other (default) "Anyone"


import gg.rsmod.game.message.Message

data class ChatTypeMessage(val type: Int) : Message
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just testing this, as requested by Tyluur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants