-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish IRC channel contents on MQTT topic #14
Comments
Shall I just pick a path/topic, or do you have a suggestion? |
"irc/techinc" ? |
This is now partially implemented, but I need to make sure it sends the text to the right channel/topic. |
The MQTT message for a IRC message contains the keys: "user" and "who" where the message is in "who". Which seems a bit odd. See this example: |
There's no message for "quit" IRC events. having that would help to identify the top channel bouncer... |
Since we have a IRC bot, lets publish the IRC contents to a MQTT topic so that other processes can pick up on it without having to run a bot on IRC. Since messages on the IRC are publicly available anyways, this should not be an issue. Private message to the bot should not be pushed to this MQTT topic.
The text was updated successfully, but these errors were encountered: