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

Add support for channel messages with origin out of channel #336

Merged
merged 1 commit into from
Nov 20, 2021

Conversation

progval
Copy link
Member

@progval progval commented Aug 31, 2021

On channels with mode -n, people don't need to be in the channel
to send messages to it.

MODE and KICK can also be used by network bots or servers,
even if they are not joined.

On channels with mode -n, people don't need to be in the channel
to send messages to it.

MODE and KICK can also be used by network bots or servers,
even if they are not joined.
@SilverRainZ
Copy link
Member

I am not sure whether we need to open a new buffer for receiving such messages, we can see it at the server buffer, isn't it?

@progval
Copy link
Member Author

progval commented Nov 17, 2021

IIRC the current behavior is to drop the message entirely. With this PR, it is shown in the target channel

@SilverRainZ SilverRainZ merged commit a946d3e into SrainApp:master Nov 20, 2021
SilverRainZ added a commit that referenced this pull request Dec 18, 2021
Add support for channel messages with origin out of channel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants