Allow communication between bot instances #4
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Zero
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: Firepup650/FireBot#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
This has been something I've wanted to do for a while, but I'm not sure exactly how to go about it.
The complications to this with my current approach is that each bot instance is a completely unique python process, and so I can't just relay between threads, AFAIK.
I want to be able to do this so I can have a bot instance request that a different instance shut down, which is better than having to manually ssh to my pi and kill the process.
Raising the priority on this, since I need a way to force kill other bot instances without having to restart core. This is especially important when my public IP changes and FireBot no longer recognizes me.
Further usefulness to this would be cross-instance banning of users, which would be nice.