From e7b132348f208e13f17bae538143bf8addca200a Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 16 Mar 2014 09:18:17 -0500 Subject: [PATCH] actually i need to call this ircbot so i don't collide with the django dr_botzo --- {dr.botzo => ircbot}/DrBotIRC.py | 0 {dr.botzo => ircbot}/Module.py | 0 {dr.botzo => ircbot}/dr.botzo.cfg.example | 0 {dr.botzo => ircbot}/dr.botzo.py | 0 {dr.botzo => ircbot}/extlib/__init__.py | 0 {dr.botzo => ircbot}/extlib/irclib.py | 0 {dr.botzo => ircbot}/logging.cfg | 0 {dr.botzo => ircbot}/modules/Achievements.py | 0 {dr.botzo => ircbot}/modules/Acro.py | 0 {dr.botzo => ircbot}/modules/Babelfish.py | 0 {dr.botzo => ircbot}/modules/Countdown.py | 0 {dr.botzo => ircbot}/modules/Dice.py | 0 {dr.botzo => ircbot}/modules/Dispatch.py | 0 {dr.botzo => ircbot}/modules/Echo.py | 0 {dr.botzo => ircbot}/modules/EightBall.py | 0 {dr.botzo => ircbot}/modules/Facts.py | 0 {dr.botzo => ircbot}/modules/IrcAdmin.py | 0 {dr.botzo => ircbot}/modules/Karma.py | 0 {dr.botzo => ircbot}/modules/Markov.py | 0 {dr.botzo => ircbot}/modules/Pi.py | 0 {dr.botzo => ircbot}/modules/Seen.py | 0 {dr.botzo => ircbot}/modules/Storycraft.py | 0 {dr.botzo => ircbot}/modules/TextTransform.py | 0 {dr.botzo => ircbot}/modules/TopicDump.py | 0 {dr.botzo => ircbot}/modules/Twitter.py | 0 {dr.botzo => ircbot}/modules/Weather.py | 0 {dr.botzo => ircbot}/modules/__init__.py | 0 {dr.botzo => ircbot}/old-web/__init__.py | 0 {dr.botzo => ircbot}/old-web/dr.botzo.wsgi | 0 {dr.botzo => ircbot}/old-web/index/views.py | 0 {dr.botzo => ircbot}/old-web/karma/__init__.py | 0 {dr.botzo => ircbot}/old-web/karma/models.py | 0 {dr.botzo => ircbot}/old-web/karma/tests.py | 0 {dr.botzo => ircbot}/old-web/karma/urls.py | 0 {dr.botzo => ircbot}/old-web/karma/views.py | 0 {dr.botzo => ircbot}/old-web/manage.py | 0 {dr.botzo => ircbot}/old-web/settings.py | 0 {dr.botzo => ircbot}/old-web/static/storycraft/page.css | 0 {dr.botzo => ircbot}/old-web/storycraft/__init__.py | 0 {dr.botzo => ircbot}/old-web/storycraft/models.py | 0 {dr.botzo => ircbot}/old-web/storycraft/urls.py | 0 {dr.botzo => ircbot}/old-web/storycraft/views.py | 0 {dr.botzo => ircbot}/old-web/templates/index.html | 0 {dr.botzo => ircbot}/old-web/templates/karma/givers.html | 0 {dr.botzo => ircbot}/old-web/templates/karma/index.html | 0 {dr.botzo => ircbot}/old-web/templates/karma/key_detail.html | 0 {dr.botzo => ircbot}/old-web/templates/karma/stats.html | 0 {dr.botzo => ircbot}/old-web/templates/storycraft/game_index.html | 0 {dr.botzo => ircbot}/old-web/templates/storycraft/index.html | 0 .../old-web/templates/storycraft/tmpl_footer.html | 0 .../old-web/templates/storycraft/tmpl_game_story.html | 0 .../old-web/templates/storycraft/tmpl_game_summary.html | 0 {dr.botzo => ircbot}/old-web/urls.py | 0 53 files changed, 0 insertions(+), 0 deletions(-) rename {dr.botzo => ircbot}/DrBotIRC.py (100%) rename {dr.botzo => ircbot}/Module.py (100%) rename {dr.botzo => ircbot}/dr.botzo.cfg.example (100%) rename {dr.botzo => ircbot}/dr.botzo.py (100%) rename {dr.botzo => ircbot}/extlib/__init__.py (100%) rename {dr.botzo => ircbot}/extlib/irclib.py (100%) rename {dr.botzo => ircbot}/logging.cfg (100%) rename {dr.botzo => ircbot}/modules/Achievements.py (100%) rename {dr.botzo => ircbot}/modules/Acro.py (100%) rename {dr.botzo => ircbot}/modules/Babelfish.py (100%) rename {dr.botzo => ircbot}/modules/Countdown.py (100%) rename {dr.botzo => ircbot}/modules/Dice.py (100%) rename {dr.botzo => ircbot}/modules/Dispatch.py (100%) rename {dr.botzo => ircbot}/modules/Echo.py (100%) rename {dr.botzo => ircbot}/modules/EightBall.py (100%) rename {dr.botzo => ircbot}/modules/Facts.py (100%) rename {dr.botzo => ircbot}/modules/IrcAdmin.py (100%) rename {dr.botzo => ircbot}/modules/Karma.py (100%) rename {dr.botzo => ircbot}/modules/Markov.py (100%) rename {dr.botzo => ircbot}/modules/Pi.py (100%) rename {dr.botzo => ircbot}/modules/Seen.py (100%) rename {dr.botzo => ircbot}/modules/Storycraft.py (100%) rename {dr.botzo => ircbot}/modules/TextTransform.py (100%) rename {dr.botzo => ircbot}/modules/TopicDump.py (100%) rename {dr.botzo => ircbot}/modules/Twitter.py (100%) rename {dr.botzo => ircbot}/modules/Weather.py (100%) rename {dr.botzo => ircbot}/modules/__init__.py (100%) rename {dr.botzo => ircbot}/old-web/__init__.py (100%) rename {dr.botzo => ircbot}/old-web/dr.botzo.wsgi (100%) rename {dr.botzo => ircbot}/old-web/index/views.py (100%) rename {dr.botzo => ircbot}/old-web/karma/__init__.py (100%) rename {dr.botzo => ircbot}/old-web/karma/models.py (100%) rename {dr.botzo => ircbot}/old-web/karma/tests.py (100%) rename {dr.botzo => ircbot}/old-web/karma/urls.py (100%) rename {dr.botzo => ircbot}/old-web/karma/views.py (100%) rename {dr.botzo => ircbot}/old-web/manage.py (100%) rename {dr.botzo => ircbot}/old-web/settings.py (100%) rename {dr.botzo => ircbot}/old-web/static/storycraft/page.css (100%) rename {dr.botzo => ircbot}/old-web/storycraft/__init__.py (100%) rename {dr.botzo => ircbot}/old-web/storycraft/models.py (100%) rename {dr.botzo => ircbot}/old-web/storycraft/urls.py (100%) rename {dr.botzo => ircbot}/old-web/storycraft/views.py (100%) rename {dr.botzo => ircbot}/old-web/templates/index.html (100%) rename {dr.botzo => ircbot}/old-web/templates/karma/givers.html (100%) rename {dr.botzo => ircbot}/old-web/templates/karma/index.html (100%) rename {dr.botzo => ircbot}/old-web/templates/karma/key_detail.html (100%) rename {dr.botzo => ircbot}/old-web/templates/karma/stats.html (100%) rename {dr.botzo => ircbot}/old-web/templates/storycraft/game_index.html (100%) rename {dr.botzo => ircbot}/old-web/templates/storycraft/index.html (100%) rename {dr.botzo => ircbot}/old-web/templates/storycraft/tmpl_footer.html (100%) rename {dr.botzo => ircbot}/old-web/templates/storycraft/tmpl_game_story.html (100%) rename {dr.botzo => ircbot}/old-web/templates/storycraft/tmpl_game_summary.html (100%) rename {dr.botzo => ircbot}/old-web/urls.py (100%) diff --git a/dr.botzo/DrBotIRC.py b/ircbot/DrBotIRC.py similarity index 100% rename from dr.botzo/DrBotIRC.py rename to ircbot/DrBotIRC.py diff --git a/dr.botzo/Module.py b/ircbot/Module.py similarity index 100% rename from dr.botzo/Module.py rename to ircbot/Module.py diff --git a/dr.botzo/dr.botzo.cfg.example b/ircbot/dr.botzo.cfg.example similarity index 100% rename from dr.botzo/dr.botzo.cfg.example rename to ircbot/dr.botzo.cfg.example diff --git a/dr.botzo/dr.botzo.py b/ircbot/dr.botzo.py similarity index 100% rename from dr.botzo/dr.botzo.py rename to ircbot/dr.botzo.py diff --git a/dr.botzo/extlib/__init__.py b/ircbot/extlib/__init__.py similarity index 100% rename from dr.botzo/extlib/__init__.py rename to ircbot/extlib/__init__.py diff --git a/dr.botzo/extlib/irclib.py b/ircbot/extlib/irclib.py similarity index 100% rename from dr.botzo/extlib/irclib.py rename to ircbot/extlib/irclib.py diff --git a/dr.botzo/logging.cfg b/ircbot/logging.cfg similarity index 100% rename from dr.botzo/logging.cfg rename to ircbot/logging.cfg diff --git a/dr.botzo/modules/Achievements.py b/ircbot/modules/Achievements.py similarity index 100% rename from dr.botzo/modules/Achievements.py rename to ircbot/modules/Achievements.py diff --git a/dr.botzo/modules/Acro.py b/ircbot/modules/Acro.py similarity index 100% rename from dr.botzo/modules/Acro.py rename to ircbot/modules/Acro.py diff --git a/dr.botzo/modules/Babelfish.py b/ircbot/modules/Babelfish.py similarity index 100% rename from dr.botzo/modules/Babelfish.py rename to ircbot/modules/Babelfish.py diff --git a/dr.botzo/modules/Countdown.py b/ircbot/modules/Countdown.py similarity index 100% rename from dr.botzo/modules/Countdown.py rename to ircbot/modules/Countdown.py diff --git a/dr.botzo/modules/Dice.py b/ircbot/modules/Dice.py similarity index 100% rename from dr.botzo/modules/Dice.py rename to ircbot/modules/Dice.py diff --git a/dr.botzo/modules/Dispatch.py b/ircbot/modules/Dispatch.py similarity index 100% rename from dr.botzo/modules/Dispatch.py rename to ircbot/modules/Dispatch.py diff --git a/dr.botzo/modules/Echo.py b/ircbot/modules/Echo.py similarity index 100% rename from dr.botzo/modules/Echo.py rename to ircbot/modules/Echo.py diff --git a/dr.botzo/modules/EightBall.py b/ircbot/modules/EightBall.py similarity index 100% rename from dr.botzo/modules/EightBall.py rename to ircbot/modules/EightBall.py diff --git a/dr.botzo/modules/Facts.py b/ircbot/modules/Facts.py similarity index 100% rename from dr.botzo/modules/Facts.py rename to ircbot/modules/Facts.py diff --git a/dr.botzo/modules/IrcAdmin.py b/ircbot/modules/IrcAdmin.py similarity index 100% rename from dr.botzo/modules/IrcAdmin.py rename to ircbot/modules/IrcAdmin.py diff --git a/dr.botzo/modules/Karma.py b/ircbot/modules/Karma.py similarity index 100% rename from dr.botzo/modules/Karma.py rename to ircbot/modules/Karma.py diff --git a/dr.botzo/modules/Markov.py b/ircbot/modules/Markov.py similarity index 100% rename from dr.botzo/modules/Markov.py rename to ircbot/modules/Markov.py diff --git a/dr.botzo/modules/Pi.py b/ircbot/modules/Pi.py similarity index 100% rename from dr.botzo/modules/Pi.py rename to ircbot/modules/Pi.py diff --git a/dr.botzo/modules/Seen.py b/ircbot/modules/Seen.py similarity index 100% rename from dr.botzo/modules/Seen.py rename to ircbot/modules/Seen.py diff --git a/dr.botzo/modules/Storycraft.py b/ircbot/modules/Storycraft.py similarity index 100% rename from dr.botzo/modules/Storycraft.py rename to ircbot/modules/Storycraft.py diff --git a/dr.botzo/modules/TextTransform.py b/ircbot/modules/TextTransform.py similarity index 100% rename from dr.botzo/modules/TextTransform.py rename to ircbot/modules/TextTransform.py diff --git a/dr.botzo/modules/TopicDump.py b/ircbot/modules/TopicDump.py similarity index 100% rename from dr.botzo/modules/TopicDump.py rename to ircbot/modules/TopicDump.py diff --git a/dr.botzo/modules/Twitter.py b/ircbot/modules/Twitter.py similarity index 100% rename from dr.botzo/modules/Twitter.py rename to ircbot/modules/Twitter.py diff --git a/dr.botzo/modules/Weather.py b/ircbot/modules/Weather.py similarity index 100% rename from dr.botzo/modules/Weather.py rename to ircbot/modules/Weather.py diff --git a/dr.botzo/modules/__init__.py b/ircbot/modules/__init__.py similarity index 100% rename from dr.botzo/modules/__init__.py rename to ircbot/modules/__init__.py diff --git a/dr.botzo/old-web/__init__.py b/ircbot/old-web/__init__.py similarity index 100% rename from dr.botzo/old-web/__init__.py rename to ircbot/old-web/__init__.py diff --git a/dr.botzo/old-web/dr.botzo.wsgi b/ircbot/old-web/dr.botzo.wsgi similarity index 100% rename from dr.botzo/old-web/dr.botzo.wsgi rename to ircbot/old-web/dr.botzo.wsgi diff --git a/dr.botzo/old-web/index/views.py b/ircbot/old-web/index/views.py similarity index 100% rename from dr.botzo/old-web/index/views.py rename to ircbot/old-web/index/views.py diff --git a/dr.botzo/old-web/karma/__init__.py b/ircbot/old-web/karma/__init__.py similarity index 100% rename from dr.botzo/old-web/karma/__init__.py rename to ircbot/old-web/karma/__init__.py diff --git a/dr.botzo/old-web/karma/models.py b/ircbot/old-web/karma/models.py similarity index 100% rename from dr.botzo/old-web/karma/models.py rename to ircbot/old-web/karma/models.py diff --git a/dr.botzo/old-web/karma/tests.py b/ircbot/old-web/karma/tests.py similarity index 100% rename from dr.botzo/old-web/karma/tests.py rename to ircbot/old-web/karma/tests.py diff --git a/dr.botzo/old-web/karma/urls.py b/ircbot/old-web/karma/urls.py similarity index 100% rename from dr.botzo/old-web/karma/urls.py rename to ircbot/old-web/karma/urls.py diff --git a/dr.botzo/old-web/karma/views.py b/ircbot/old-web/karma/views.py similarity index 100% rename from dr.botzo/old-web/karma/views.py rename to ircbot/old-web/karma/views.py diff --git a/dr.botzo/old-web/manage.py b/ircbot/old-web/manage.py similarity index 100% rename from dr.botzo/old-web/manage.py rename to ircbot/old-web/manage.py diff --git a/dr.botzo/old-web/settings.py b/ircbot/old-web/settings.py similarity index 100% rename from dr.botzo/old-web/settings.py rename to ircbot/old-web/settings.py diff --git a/dr.botzo/old-web/static/storycraft/page.css b/ircbot/old-web/static/storycraft/page.css similarity index 100% rename from dr.botzo/old-web/static/storycraft/page.css rename to ircbot/old-web/static/storycraft/page.css diff --git a/dr.botzo/old-web/storycraft/__init__.py b/ircbot/old-web/storycraft/__init__.py similarity index 100% rename from dr.botzo/old-web/storycraft/__init__.py rename to ircbot/old-web/storycraft/__init__.py diff --git a/dr.botzo/old-web/storycraft/models.py b/ircbot/old-web/storycraft/models.py similarity index 100% rename from dr.botzo/old-web/storycraft/models.py rename to ircbot/old-web/storycraft/models.py diff --git a/dr.botzo/old-web/storycraft/urls.py b/ircbot/old-web/storycraft/urls.py similarity index 100% rename from dr.botzo/old-web/storycraft/urls.py rename to ircbot/old-web/storycraft/urls.py diff --git a/dr.botzo/old-web/storycraft/views.py b/ircbot/old-web/storycraft/views.py similarity index 100% rename from dr.botzo/old-web/storycraft/views.py rename to ircbot/old-web/storycraft/views.py diff --git a/dr.botzo/old-web/templates/index.html b/ircbot/old-web/templates/index.html similarity index 100% rename from dr.botzo/old-web/templates/index.html rename to ircbot/old-web/templates/index.html diff --git a/dr.botzo/old-web/templates/karma/givers.html b/ircbot/old-web/templates/karma/givers.html similarity index 100% rename from dr.botzo/old-web/templates/karma/givers.html rename to ircbot/old-web/templates/karma/givers.html diff --git a/dr.botzo/old-web/templates/karma/index.html b/ircbot/old-web/templates/karma/index.html similarity index 100% rename from dr.botzo/old-web/templates/karma/index.html rename to ircbot/old-web/templates/karma/index.html diff --git a/dr.botzo/old-web/templates/karma/key_detail.html b/ircbot/old-web/templates/karma/key_detail.html similarity index 100% rename from dr.botzo/old-web/templates/karma/key_detail.html rename to ircbot/old-web/templates/karma/key_detail.html diff --git a/dr.botzo/old-web/templates/karma/stats.html b/ircbot/old-web/templates/karma/stats.html similarity index 100% rename from dr.botzo/old-web/templates/karma/stats.html rename to ircbot/old-web/templates/karma/stats.html diff --git a/dr.botzo/old-web/templates/storycraft/game_index.html b/ircbot/old-web/templates/storycraft/game_index.html similarity index 100% rename from dr.botzo/old-web/templates/storycraft/game_index.html rename to ircbot/old-web/templates/storycraft/game_index.html diff --git a/dr.botzo/old-web/templates/storycraft/index.html b/ircbot/old-web/templates/storycraft/index.html similarity index 100% rename from dr.botzo/old-web/templates/storycraft/index.html rename to ircbot/old-web/templates/storycraft/index.html diff --git a/dr.botzo/old-web/templates/storycraft/tmpl_footer.html b/ircbot/old-web/templates/storycraft/tmpl_footer.html similarity index 100% rename from dr.botzo/old-web/templates/storycraft/tmpl_footer.html rename to ircbot/old-web/templates/storycraft/tmpl_footer.html diff --git a/dr.botzo/old-web/templates/storycraft/tmpl_game_story.html b/ircbot/old-web/templates/storycraft/tmpl_game_story.html similarity index 100% rename from dr.botzo/old-web/templates/storycraft/tmpl_game_story.html rename to ircbot/old-web/templates/storycraft/tmpl_game_story.html diff --git a/dr.botzo/old-web/templates/storycraft/tmpl_game_summary.html b/ircbot/old-web/templates/storycraft/tmpl_game_summary.html similarity index 100% rename from dr.botzo/old-web/templates/storycraft/tmpl_game_summary.html rename to ircbot/old-web/templates/storycraft/tmpl_game_summary.html diff --git a/dr.botzo/old-web/urls.py b/ircbot/old-web/urls.py similarity index 100% rename from dr.botzo/old-web/urls.py rename to ircbot/old-web/urls.py