Print informations from gitlab (webhook) to IRC/hipchat.
Based on omribahumi script.
Only web hook with very simple informations:
"#{hook.user_name} pushed a new branch: [#{branch}]"
"#{hook.user_name} pushed #{hook.total_commits_count} commits to [#{branch}]"
#Plans:
- add support for gitlab API commands like getting list of merge requests
Licensed under the MIT license.