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 JOIN event on IRC protocol #1

Open
julianolf opened this issue Aug 16, 2017 · 0 comments
Open

Add support for JOIN event on IRC protocol #1

julianolf opened this issue Aug 16, 2017 · 0 comments
Assignees

Comments

@julianolf
Copy link
Member

On IRC protocol a join event is triggered whenever an user enters a channel. Capturing this event can be used to create nice plugins to interact with users or perform some routines just after they join the channel the bot is.

Looking in the documentation, more specifically in the events for callbacks section, it seems to be quite easy to do such thing.

So a new category of commands will be necessary, just like the passive commands but without a text message being sent as a parameter, just the channel and the new user's info will be available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants