pipoteam / pipobot

A modular bot for Jabber MUCs.
16 stars 9 forks source link

add 'address' config parameter for room connection #13

Closed foudfou closed 10 years ago

foudfou commented 10 years ago

No checking on the parameter is done. Feel free to adapt as needed.

sleduc commented 10 years ago

Merged on master. I just changed the syntax for ip/port by splitting it on 2 parameters : address and port This way we can specify the port without specifying the address (or the address without the port). Also the syntax address:port with a split on ":" is not really easy to implement keeping the support for IPv6 addresses.

Thanks for the pull request :)