From 4327f3dfda561f91b2e7d76ef38d6ce11c817d05 Mon Sep 17 00:00:00 2001
From: Matt Smith <matty@posteo.net>
Date: Sat, 2 Sep 2017 20:36:21 +0100
Subject: [PATCH] Create irc.yml

Create a data file for storing all IRC channels.
---
 _data/irc.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 _data/irc.yml

diff --git a/_data/irc.yml b/_data/irc.yml
new file mode 100644
index 00000000..3e7c7f92
--- /dev/null
+++ b/_data/irc.yml
@@ -0,0 +1,14 @@
+- channel: monero
+  description: This channel is used to discuss all things Monero related.
+- channel: monero-community
+  description: This channel is for the Monero community to congretate and discuss ideas.
+- channel: monero-dev
+  description: The many contributors and developers come here to discuss dev-y things.
+- channel: monero-markets
+  description: We use this channel to talk about the price of Monero and other coins.
+- channel: monero-otc
+  description: Over the counter Monero. Come here to purchase XMR from your fellow Moneron.
+- channel: monero-pools
+  description: This is the place for mining questions and discussion.
+- channel: monero-research-lab
+  description: Research into financial privacy with cryptocurrency.
\ No newline at end of file
-- 
GitLab