You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: