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

unable to bind bot to IP #91

Closed uncovery closed 9 years ago

uncovery commented 9 years ago

I have added the config file line bind: 123.123.123.123 to the bot config and restarted the server.

I also tested the reverse lookup of the IP 123.123.123.123 with host 123.123.123.123 on the linux box which resolved correctly to the DNS.

However, the Bot joins the IRC server with the wrong DNS/IP What would be the recommended way to debug this?

cnaude commented 9 years ago

Is it just defaulting to the main IP address of the server? Is the second IP address on a different subnet? Are there any errors when the plugin starts up?

uncovery commented 9 years ago

Nevermind. my stupid. I did not realize I did not have the latest version. It works fine now. Sorry to waste your tume.