cnaude / PurpleIRC

Minecraft Bukkit plugin that provides an IRC bridge. This repo has been archived. Please see https://github.com/cnaude/PurpleIRC-spigot for the latest and greatest PurpleIRC code for Bukkit servers (Spigot, Paper etc...)
20 stars 9 forks source link

Setting to bind to a specific IP address for outgoing connections to IRC servers #71

Closed Robby- closed 10 years ago

Robby- commented 10 years ago

I have a server with several IPv6 addresses assigned to it, but this plugin is using the main/default IP address for its outgoing connections to IRC servers. It would be nice if a setting would be added that allows each bot to be configured to use a specific IP address for this. I was thinking about something like this in the config file:

bind: 2001:0db8:ae49:8df1:b3cc:f778:9add:7448

Thanks.

cnaude commented 10 years ago

Please try build 109. http://h.cnaude.org:8081/job/PurpleIRC/109/

Robby- commented 10 years ago

That works great, thank you for adding it.