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