fix: know _where_ to reply #17

Open
opened 2024-03-06 23:17:45 +00:00 by pwgen2155 · 0 comments
Owner

Currently channel_message routes everything to private_message as it has all the testing code.
All the commands that it could respond too, always reply back as Notices / Private Messages.

  1. Update every command to allow for private or public responses (so we know where to send the message later)
  2. Update every command to use NOTICE for private, and chanmsg for "public"
  3. Update private and public message functions to pass through their 'destinations'

Blocks: #16

Currently channel_message routes everything to private_message as it has all the testing code. All the commands that it could respond too, always reply back as Notices / Private Messages. 1. Update every command to allow for private or public responses (so we know where to send the message later) 2. Update every command to use NOTICE for private, and chanmsg for "public" 3. Update private and public message functions to pass through their 'destinations' Blocks: #16
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
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: pwgen2155/dawdle#17
No description provided.