cinchrb / cinch

The IRC Bot Building Framework
http://www.rubydoc.info/gems/cinch
MIT License
1k stars 180 forks source link

vHost support #30

Closed kixelated closed 13 years ago

kixelated commented 13 years ago

Very minor change, just adds a new configuration option.

kixelated commented 13 years ago

I changed "vhost" to "local_host" and added "local_port", just for completion's sake. I can also confirm that this is all that is needed to get vhost's working.

dominikh commented 13 years ago

Is there any real use case for the local port or is it really only for the sake of completion?

kixelated commented 13 years ago

It was just there for completion (as it is the last parameter to TCPSocket.open), but thinking about it now, I can't envision a usage given the context.