qaisjp/go-discord-irc

webirc

qaisjp opened this issue · 2 comments

first command of each connection:

WEBIRC <password> discord <username>.discord <ip>

format: WEBIRC password user hostname ip (see docs)

<IP>:

  • fd75:f5f5:226f:1:<discord user id> for users
  • fd75:f5f5:226f:2:<discord user id> for bots
  • fd75:f5f5:226f:: for the bot

This is done in 9e7b7d4 but better support needs to be added upstream since this requires a modification to the thoj/go-irceevent repo.

the change is similar to this but with better support for reconnects