From b88c9278102ea9bffddce8143d31e939b31e835c Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sun, 9 Jan 2022 12:51:42 +0100 Subject: [PATCH] readme: Add the noise plugin to the matrix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4f7a3b..f8b0957 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Community curated plugins for c-lightning. | [lightning-qt][lightning-qt] | A bitcoin-qt-like GUI for lightningd | | [listmempoolfunds][listmempoolfunds] | Track unconfirmed wallet deposits| | [monitor][monitor] | helps you analyze the health of your peers and channels | +| [noise][noise] | Chat with your fellow node operators | | [persistent-channels][pers-chans] | Maintains a number of channels to peers | | [probe][probe] | Regularly probes the network for stability | | [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server | @@ -171,6 +172,7 @@ Python plugins developers must ensure their plugin to work with all Python versi [esplora]: https://github.com/Blockstream/esplora [pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels [probe]: https://github.com/lightningd/plugins/tree/master/probe +[noise]: https://github.com/lightningd/plugins/tree/master/noise [prometheus]: https://github.com/lightningd/plugins/tree/master/prometheus [summary]: https://github.com/lightningd/plugins/tree/master/summary [donations]: https://github.com/lightningd/plugins/tree/master/donations