From 5888e03908954ff7e531e25770af6f700132013b Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Thu, 30 Nov 2017 11:08:38 -0500 Subject: [PATCH] add mattermost to example list --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 262d69b..5669769 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,9 @@ usecases/examples/projects which utilize girc: | Project | Description | | --- | --- | -| [nagios-check-ircd](github.com/lrstanley/nagios-check-ircd) | Nagios utility for monitoring the health of an ircd | -| [nagios-notify-irc](github.com/lrstanley/nagios-notify-irc) | Nagios utility for sending alerts to one or many channels/networks | +| [nagios-check-ircd](https://github.com/lrstanley/nagios-check-ircd) | Nagios utility for monitoring the health of an ircd | +| [nagios-notify-irc](https://github.com/lrstanley/nagios-notify-irc) | Nagios utility for sending alerts to one or many channels/networks | +| [matterbridge](https://github.com/42wim/matterbridge) | bridge between mattermost, IRC, slack, discord (and many others) with REST API | Working on a project and want to add it to the list? Submit a pull request!