From 6c27e9238f6cb4d2f52ddc83939dbce84013c377 Mon Sep 17 00:00:00 2001
From: Will Hunt <will@half-shot.uk>
Date: Sat, 9 Feb 2019 03:28:28 +0000
Subject: [PATCH] Delete provisioner-rules.yaml

---
 provisioner-rules.yaml | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 provisioner-rules.yaml

diff --git a/provisioner-rules.yaml b/provisioner-rules.yaml
deleted file mode 100644
index c1fdb6e..0000000
--- a/provisioner-rules.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-# This rule checks the memberlist of a room to determine if it will let
-# the bridge create a link to the room. This is useful for avoiding conflicts
-# with other bridges.
-userIds:
-    # Anyone in this set will be ALWAYS exempt from the conflicts rule.
-    # Here anyone who's localpart starts with nice is exempt.
-    exempt:
-        - "@nice+.:example.com"
-        - "@mr.e:localhost"
-    # This is a regex that will exclude anyone who has "guy" at the end of their localpart.
-    # evilbloke is also exempt.
-    conflict:
-        - "@+.guy:example.com"
-        - "@evilbloke:example.com"
-        - "@mr.*:localhost"
-- 
GitLab