From 6f7e7618ca53d6e219b25f28d60ae517b38fcbf1 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 22 Nov 2015 23:45:40 +0100 Subject: [PATCH] add a plugins section in the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ee930a9..f36dd8d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ Or try our autoupdating flying-squid server [autonomous-squid](https://github.co You can also install flying-squid globally with `sudo npm install -g flying-squid` and then run it with `flying-squid` command. +## Plugins + +* [flying-squid-irc](https://github.com/rom1504/flying-squid-irc) a bridge between a irc chan and the minecraft server. +Currently used between our test server (rom1504.fr) and our gitter room (through the official gitter irc bridge) + ## Documentation Documentation for how to operate and how to customize your server are coming soon!