Chat say functionality #41
No reviewers
Labels
No labels
Automated
Backlog
Post_Prototype_1.0
Bot_Code
Core
Bot_Code
Custom
CI/CD
Complexity
Advanced
Complexity
Basic
Complexity
Expert
Complexity
Intermediate
Kind/Breaking
Kind/Bug
Kind/Bug Fix
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Nix
Ownership
Collab
Ownership
Collab with Leads
Ownership
Individual Lead
Ownership
In-Review
Ownership
Needs Owner > May Delegate
Ownership
Workshop with Leads
Phase 1.0
Requirements > Drafting
Phase 1.0
Requirements > Researching
Phase 1.0
Requirements > Review & Planning
Phase 2.0
Design > Research & Analysis
Phase 3.0
Coding > Implementation
Phase 4.0
QA > Unit Testing & Design
Phase 5.0
Resolution > Completed
Phase 5.0
Resolution > Review for Completion
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: modulatingforce/forcebot_rs#41
Loading…
Reference in a new issue
No description provided.
Delete branch "chat-say"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm sure I'll want that instead of
reply
for routines functionality, so might as well go through a smol pr for thisFollowing documentation may be related
https://docs.rs/twitch-irc/5.0.1/twitch_irc/client/struct.TwitchIRCClient.html#method.say
Related area to update
async fn _say(&self, _: String, _: String) {
// more info https://docs.rs/twitch-irc/latest/twitch_irc/client/struct.TwitchIRCClient.html#method.say
// self.client.say(msg,outmsg).await.unwrap();
}
Plan of Action:
unit tests?- Skipping - no need for this changeThought of two interesting ideas , but unsure if I should put in here or have it's own pull request , after or during this say functionality
a Button Command that would allow you to send a message in one chat, but also publish/direct it to another chat
a Button Command that, when used in reply to an existing chat, publishes that message to another chat
060cfe6ba9
toe4a44894d7
Looking good so far. Going to just think about this a bit if anything else should be added before I remove WIP flag to merge
WIP: Chat say functionalityto Chat say functionality