A Stem plugin that allows you to broadcast a message to everyone on the bots friends list. It also allows you to cluster multiple bots to relay a message to all bots connected to the cluster.
npm install git://github.com/alvinl/stem-broadcast.git
- Add
"stem-broadcast": {}
to plugins.json
broadcast <message>
Broadcast a message to the bots friends and to the cluster
{
"stem-broadcast": {
"redisHost": "localhost",
"redisPort": 7878,
"cluster": "broadcast"
}
}
redisHost
Redis host to connect toredisPort
Redis port to connect tocluster
Redis channel name to act as a cluster (defaults to 'broadcast')