qaisjp / go-discord-irc

The Discord and IRC bridge with puppets! An IRC user is created for each Discord user, messages from IRC seamlessly appear on Discord, and Discord mentions are automagically converted to and from IRC.
MIT License
113 stars 32 forks source link

Issue: RPC bidirectional #94

Open llmII opened 3 years ago

llmII commented 3 years ago

The puppets part of the process (varys) needs to be able to access the bridge part of the process to manage things like puppetNicks (for forced nick changes from NickServ or Q:Lines or otherwise). In general though this will end up being needed or the bridge will need to poll the puppets to check things (not a good idea).