Allow communication between bot instances #4

Open
opened 2024-04-19 18:11:52 +00:00 by Firepup650 · 2 comments
Owner

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.

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.
Firepup650 added the
Kind/Feature
Priority
High
labels 2024-04-19 18:11:52 +00:00
Firepup650 added
Priority
Critical
and removed
Priority
High
labels 2024-05-18 02:09:19 +00:00
Author
Owner

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.

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.
Author
Owner

Further usefulness to this would be cross-instance banning of users, which would be nice.

Further usefulness to this would be cross-instance banning of users, which would be nice.
Sign in to join this conversation.
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: Firepup650/FireBot#4
No description provided.