Add in response system #2

Closed
opened 2018-09-10 22:43:34 +00:00 by aewens · 2 comments
Owner

Right now the Python port can take a message from the IRC server and determine which function handler should interact with the message, and passes of the generated output to user-defined functions if they're available.

In the user-defined space, two systems are needed:

  • Response triggers
  • Background tasks

The response triggers are for responding to commands or behaviors that are queried by commands. The background tasks being things the bot needs to check in on (e.g. looking for changes in tilde.news or the bbj forum).

Right now the Python port can take a message from the IRC server and determine which function handler should interact with the message, and passes of the generated output to user-defined functions if they're available. In the user-defined space, two systems are needed: * Response triggers * Background tasks The response triggers are for responding to commands or behaviors that are queried by commands. The background tasks being things the bot needs to check in on (e.g. looking for changes in tilde.news or the bbj forum).
Author
Owner

As of 139849abb9, response triggers have been set and background tasks still need to be finished.

As of 139849abb9, response triggers have been set and background tasks still need to be finished.
Author
Owner

As of 97cdb98542, everything in this issue is fulfilled. And is caught up with irc-bot.

As of 97cdb98542, everything in this issue is fulfilled. And is caught up with [irc-bot](https://tildegit.org/aewens/irc-bot).
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aewens/babili-bot#2
No description provided.