From b84a744d31327e6cc7db04f5b37e177bc7460cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86ndrew=20Rininsland?= Date: Sat, 23 Nov 2013 02:02:37 +0000 Subject: [PATCH] Moved stuff down. --- screamcat/.gitignore => .gitignore | 0 screamcat/Procfile => Procfile | 0 screamcat/README.md => README.md | 0 {screamcat/bin => bin}/hubot | 0 {screamcat/bin => bin}/hubot.cmd | 0 screamcat/external-scripts.json => external-scripts.json | 0 screamcat/hubot-scripts.json => hubot-scripts.json | 0 screamcat/package.json => package.json | 0 {screamcat/scripts => scripts}/auth.coffee | 0 {screamcat/scripts => scripts}/events.coffee | 0 {screamcat/scripts => scripts}/google-images.coffee | 0 {screamcat/scripts => scripts}/help.coffee | 0 {screamcat/scripts => scripts}/httpd.coffee | 0 {screamcat/scripts => scripts}/maps.coffee | 0 {screamcat/scripts => scripts}/math.coffee | 0 {screamcat/scripts => scripts}/ping.coffee | 0 {screamcat/scripts => scripts}/pugme.coffee | 0 {screamcat/scripts => scripts}/roles.coffee | 0 {screamcat/scripts => scripts}/rules.coffee | 0 {screamcat/scripts => scripts}/storage.coffee | 0 {screamcat/scripts => scripts}/translate.coffee | 0 {screamcat/scripts => scripts}/youtube.coffee | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename screamcat/.gitignore => .gitignore (100%) rename screamcat/Procfile => Procfile (100%) rename screamcat/README.md => README.md (100%) rename {screamcat/bin => bin}/hubot (100%) rename {screamcat/bin => bin}/hubot.cmd (100%) rename screamcat/external-scripts.json => external-scripts.json (100%) rename screamcat/hubot-scripts.json => hubot-scripts.json (100%) rename screamcat/package.json => package.json (100%) rename {screamcat/scripts => scripts}/auth.coffee (100%) rename {screamcat/scripts => scripts}/events.coffee (100%) rename {screamcat/scripts => scripts}/google-images.coffee (100%) rename {screamcat/scripts => scripts}/help.coffee (100%) rename {screamcat/scripts => scripts}/httpd.coffee (100%) rename {screamcat/scripts => scripts}/maps.coffee (100%) rename {screamcat/scripts => scripts}/math.coffee (100%) rename {screamcat/scripts => scripts}/ping.coffee (100%) rename {screamcat/scripts => scripts}/pugme.coffee (100%) rename {screamcat/scripts => scripts}/roles.coffee (100%) rename {screamcat/scripts => scripts}/rules.coffee (100%) rename {screamcat/scripts => scripts}/storage.coffee (100%) rename {screamcat/scripts => scripts}/translate.coffee (100%) rename {screamcat/scripts => scripts}/youtube.coffee (100%) diff --git a/screamcat/.gitignore b/.gitignore similarity index 100% rename from screamcat/.gitignore rename to .gitignore diff --git a/screamcat/Procfile b/Procfile similarity index 100% rename from screamcat/Procfile rename to Procfile diff --git a/screamcat/README.md b/README.md similarity index 100% rename from screamcat/README.md rename to README.md diff --git a/screamcat/bin/hubot b/bin/hubot similarity index 100% rename from screamcat/bin/hubot rename to bin/hubot diff --git a/screamcat/bin/hubot.cmd b/bin/hubot.cmd similarity index 100% rename from screamcat/bin/hubot.cmd rename to bin/hubot.cmd diff --git a/screamcat/external-scripts.json b/external-scripts.json similarity index 100% rename from screamcat/external-scripts.json rename to external-scripts.json diff --git a/screamcat/hubot-scripts.json b/hubot-scripts.json similarity index 100% rename from screamcat/hubot-scripts.json rename to hubot-scripts.json diff --git a/screamcat/package.json b/package.json similarity index 100% rename from screamcat/package.json rename to package.json diff --git a/screamcat/scripts/auth.coffee b/scripts/auth.coffee similarity index 100% rename from screamcat/scripts/auth.coffee rename to scripts/auth.coffee diff --git a/screamcat/scripts/events.coffee b/scripts/events.coffee similarity index 100% rename from screamcat/scripts/events.coffee rename to scripts/events.coffee diff --git a/screamcat/scripts/google-images.coffee b/scripts/google-images.coffee similarity index 100% rename from screamcat/scripts/google-images.coffee rename to scripts/google-images.coffee diff --git a/screamcat/scripts/help.coffee b/scripts/help.coffee similarity index 100% rename from screamcat/scripts/help.coffee rename to scripts/help.coffee diff --git a/screamcat/scripts/httpd.coffee b/scripts/httpd.coffee similarity index 100% rename from screamcat/scripts/httpd.coffee rename to scripts/httpd.coffee diff --git a/screamcat/scripts/maps.coffee b/scripts/maps.coffee similarity index 100% rename from screamcat/scripts/maps.coffee rename to scripts/maps.coffee diff --git a/screamcat/scripts/math.coffee b/scripts/math.coffee similarity index 100% rename from screamcat/scripts/math.coffee rename to scripts/math.coffee diff --git a/screamcat/scripts/ping.coffee b/scripts/ping.coffee similarity index 100% rename from screamcat/scripts/ping.coffee rename to scripts/ping.coffee diff --git a/screamcat/scripts/pugme.coffee b/scripts/pugme.coffee similarity index 100% rename from screamcat/scripts/pugme.coffee rename to scripts/pugme.coffee diff --git a/screamcat/scripts/roles.coffee b/scripts/roles.coffee similarity index 100% rename from screamcat/scripts/roles.coffee rename to scripts/roles.coffee diff --git a/screamcat/scripts/rules.coffee b/scripts/rules.coffee similarity index 100% rename from screamcat/scripts/rules.coffee rename to scripts/rules.coffee diff --git a/screamcat/scripts/storage.coffee b/scripts/storage.coffee similarity index 100% rename from screamcat/scripts/storage.coffee rename to scripts/storage.coffee diff --git a/screamcat/scripts/translate.coffee b/scripts/translate.coffee similarity index 100% rename from screamcat/scripts/translate.coffee rename to scripts/translate.coffee diff --git a/screamcat/scripts/youtube.coffee b/scripts/youtube.coffee similarity index 100% rename from screamcat/scripts/youtube.coffee rename to scripts/youtube.coffee