-
Notifications
You must be signed in to change notification settings - Fork 0
Bridge chat to irc #8
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
A bot to bridge chat to an irc channel would be useful
Other communications would be useful too.
The bot would only have to relay global chat messages; see client.py for an example on how to do this.
The server may restart often, so it would be best if the bot could try to reconnect with the server when the connection is lost.
The bot code is completely separate from the server code and could be in any programming language