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

Channel should trigger a channelSend event on sender #50

Open
shawncplus opened this issue Feb 13, 2019 · 1 comment · May be fixed by #76
Open

Channel should trigger a channelSend event on sender #50

shawncplus opened this issue Feb 13, 2019 · 1 comment · May be fixed by #76
Labels
active PR Issue has a open PR waiting for review/merge bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@shawncplus
Copy link
Member

shawncplus commented Feb 13, 2019

Channel right now on send triggers a channelReceive event on targets of the message but does not trigger any analogous event on the sender of the message. As such it's not possible at the moment to script for a player saying something if there are no targets

@shawncplus shawncplus added bug Something isn't working good first issue Good for newcomers labels Feb 13, 2019
@shawncplus
Copy link
Member Author

In addition to this a new config option should be added to Channel: boolean eventOnly (false). If eventOnly is true then channel should not use Broadcast to directly send messages instead only firing the appropriate events

@shawncplus shawncplus added the active PR Issue has a open PR waiting for review/merge label Aug 22, 2019
@shawncplus shawncplus added this to the 3.1 milestone Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
active PR Issue has a open PR waiting for review/merge bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant