From f0beaa3f1eaf99dc8cd0b3f96fba850b3056e24e Mon Sep 17 00:00:00 2001 From: Reid Barton Date: Thu, 25 May 2017 21:08:40 -0400 Subject: [PATCH] bots: Move IRC and Jabber mirror scripts to api/integrations. This is part of cleaning out the old bots/ top level directory. --- {bots => integrations/irc}/irc-mirror.py | 0 {bots => integrations/jabber}/jabber_mirror.py | 0 {bots => integrations/jabber}/jabber_mirror_backend.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {bots => integrations/irc}/irc-mirror.py (100%) rename {bots => integrations/jabber}/jabber_mirror.py (100%) rename {bots => integrations/jabber}/jabber_mirror_backend.py (100%) diff --git a/bots/irc-mirror.py b/integrations/irc/irc-mirror.py similarity index 100% rename from bots/irc-mirror.py rename to integrations/irc/irc-mirror.py diff --git a/bots/jabber_mirror.py b/integrations/jabber/jabber_mirror.py similarity index 100% rename from bots/jabber_mirror.py rename to integrations/jabber/jabber_mirror.py diff --git a/bots/jabber_mirror_backend.py b/integrations/jabber/jabber_mirror_backend.py similarity index 100% rename from bots/jabber_mirror_backend.py rename to integrations/jabber/jabber_mirror_backend.py