Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow custom hipchat hosts #47

Merged
merged 2 commits into from Nov 9, 2014
Merged

Conversation

will
Copy link
Contributor

@will will commented Nov 5, 2014

fixes #46

@will
Copy link
Contributor Author

will commented Nov 5, 2014

@ys
Copy link

ys commented Nov 6, 2014

👍 haha I needed just this:P

@@ -79,7 +79,7 @@ def initialize(_config = nil)
# enters an infinite loop. Any messages sent to the room will pass
# through all the included plugins.
def connect
client.connect
client.connect(config.host, config.port||5222)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be better to set the default port up in initialize, like the rest of the defaults.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New commit should fix that

@justinweiss
Copy link
Owner

other than that, 👍!

justinweiss added a commit that referenced this pull request Nov 9, 2014
allow custom hipchat hosts
@justinweiss justinweiss merged commit fee0cc0 into justinweiss:master Nov 9, 2014
@justinweiss
Copy link
Owner

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

private hipchat servers?
3 participants