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 /HsbotMaster/Hsbot | |
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-- | HsbotMaster/Hsbot/.gitignore | 2 | ||||
-rw-r--r-- | HsbotMaster/Hsbot/Config.hs (renamed from Hsbot/Config.hs) | 0 | ||||
-rw-r--r-- | HsbotMaster/Hsbot/Core.hs (renamed from Hsbot/Core.hs) | 0 | ||||
-rw-r--r-- | HsbotMaster/Hsbot/Message.hs (renamed from Hsbot/Message.hs) | 0 | ||||
-rw-r--r-- | HsbotMaster/Hsbot/Plugin.hs (renamed from Hsbot/Plugin.hs) | 0 | ||||
-rw-r--r-- | HsbotMaster/Hsbot/PluginUtils.hs (renamed from Hsbot/PluginUtils.hs) | 0 | ||||
-rw-r--r-- | HsbotMaster/Hsbot/Types.hs (renamed from Hsbot/Types.hs) | 0 |
7 files changed, 2 insertions, 0 deletions
diff --git a/HsbotMaster/Hsbot/.gitignore b/HsbotMaster/Hsbot/.gitignore new file mode 100644 index 0000000..a5aa1b9 --- /dev/null +++ b/HsbotMaster/Hsbot/.gitignore @@ -0,0 +1,2 @@ +.*.swp +Session.vim diff --git a/Hsbot/Config.hs b/HsbotMaster/Hsbot/Config.hs index 121cc98..121cc98 100644 --- a/Hsbot/Config.hs +++ b/HsbotMaster/Hsbot/Config.hs diff --git a/Hsbot/Core.hs b/HsbotMaster/Hsbot/Core.hs index dad965d..dad965d 100644 --- a/Hsbot/Core.hs +++ b/HsbotMaster/Hsbot/Core.hs diff --git a/Hsbot/Message.hs b/HsbotMaster/Hsbot/Message.hs index 933394b..933394b 100644 --- a/Hsbot/Message.hs +++ b/HsbotMaster/Hsbot/Message.hs diff --git a/Hsbot/Plugin.hs b/HsbotMaster/Hsbot/Plugin.hs index 1493c73..1493c73 100644 --- a/Hsbot/Plugin.hs +++ b/HsbotMaster/Hsbot/Plugin.hs diff --git a/Hsbot/PluginUtils.hs b/HsbotMaster/Hsbot/PluginUtils.hs index d09b3b4..d09b3b4 100644 --- a/Hsbot/PluginUtils.hs +++ b/HsbotMaster/Hsbot/PluginUtils.hs diff --git a/Hsbot/Types.hs b/HsbotMaster/Hsbot/Types.hs index 66b4d6b..66b4d6b 100644 --- a/Hsbot/Types.hs +++ b/HsbotMaster/Hsbot/Types.hs |