To specify the IP-address the bot should connect to, pass it as argument on the command line like this:

> python bob-kaare.py 45.162.241.66

If this for some reason doesn't work, the IP can be manually entered by uncommenting the line of code at line 426 in the source code and replacing "INSERT IP HERE" with the IP.

If no IP-address is specified, the local IP will be used.


(PS: The Python version being used is 2.7.3)