diff options
author | Julien Dessaux | 2010-07-03 21:26:00 +0200 |
---|---|---|
committer | Julien Dessaux | 2010-07-03 22:40:17 +0200 |
commit | 11c2c16835b3e8368be77ccc5b7ddf949021eccd (patch) | |
tree | 7733132ee370335156219ff6eb4f0ef2dbd1c8ff /HsbotIrcBot/Hsbot/Irc/Plugin | |
parent | Wrote most of the resume code for the core and the irc plugin. (diff) | |
download | hsbot-11c2c16835b3e8368be77ccc5b7ddf949021eccd.tar.gz hsbot-11c2c16835b3e8368be77ccc5b7ddf949021eccd.tar.bz2 hsbot-11c2c16835b3e8368be77ccc5b7ddf949021eccd.zip |
Moved files around as a preliminary for architectural changes.
Diffstat (limited to '')
-rw-r--r-- | HsbotIrcBot/Hsbot/Irc/Plugin.hs (renamed from Hsbot/Irc/Plugin.hs) | 0 | ||||
-rw-r--r-- | HsbotIrcBot/Hsbot/Irc/Plugin/Core.hs (renamed from Hsbot/Irc/Plugin/Core.hs) | 0 | ||||
-rw-r--r-- | HsbotIrcBot/Hsbot/Irc/Plugin/Dummy.hs (renamed from Hsbot/Irc/Plugin/Dummy.hs) | 0 | ||||
-rw-r--r-- | HsbotIrcBot/Hsbot/Irc/Plugin/Ping.hs (renamed from Hsbot/Irc/Plugin/Ping.hs) | 0 | ||||
-rw-r--r-- | HsbotIrcBot/Hsbot/Irc/Plugin/Quote.hs (renamed from Hsbot/Irc/Plugin/Quote.hs) | 0 | ||||
-rw-r--r-- | HsbotIrcBot/Hsbot/Irc/Plugin/Utils.hs (renamed from Hsbot/Irc/Plugin/Utils.hs) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/Hsbot/Irc/Plugin.hs b/HsbotIrcBot/Hsbot/Irc/Plugin.hs index 2c8e84b..2c8e84b 100644 --- a/Hsbot/Irc/Plugin.hs +++ b/HsbotIrcBot/Hsbot/Irc/Plugin.hs diff --git a/Hsbot/Irc/Plugin/Core.hs b/HsbotIrcBot/Hsbot/Irc/Plugin/Core.hs index 114ced8..114ced8 100644 --- a/Hsbot/Irc/Plugin/Core.hs +++ b/HsbotIrcBot/Hsbot/Irc/Plugin/Core.hs diff --git a/Hsbot/Irc/Plugin/Dummy.hs b/HsbotIrcBot/Hsbot/Irc/Plugin/Dummy.hs index 4e10644..4e10644 100644 --- a/Hsbot/Irc/Plugin/Dummy.hs +++ b/HsbotIrcBot/Hsbot/Irc/Plugin/Dummy.hs diff --git a/Hsbot/Irc/Plugin/Ping.hs b/HsbotIrcBot/Hsbot/Irc/Plugin/Ping.hs index 57418b3..57418b3 100644 --- a/Hsbot/Irc/Plugin/Ping.hs +++ b/HsbotIrcBot/Hsbot/Irc/Plugin/Ping.hs diff --git a/Hsbot/Irc/Plugin/Quote.hs b/HsbotIrcBot/Hsbot/Irc/Plugin/Quote.hs index 0335d8b..0335d8b 100644 --- a/Hsbot/Irc/Plugin/Quote.hs +++ b/HsbotIrcBot/Hsbot/Irc/Plugin/Quote.hs diff --git a/Hsbot/Irc/Plugin/Utils.hs b/HsbotIrcBot/Hsbot/Irc/Plugin/Utils.hs index 1e54d3a..1e54d3a 100644 --- a/Hsbot/Irc/Plugin/Utils.hs +++ b/HsbotIrcBot/Hsbot/Irc/Plugin/Utils.hs |