summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2010-07-03 21:26:00 +0200
committerJulien Dessaux2010-07-03 22:40:17 +0200
commit11c2c16835b3e8368be77ccc5b7ddf949021eccd (patch)
tree7733132ee370335156219ff6eb4f0ef2dbd1c8ff
parentWrote most of the resume code for the core and the irc plugin. (diff)
downloadhsbot-11c2c16835b3e8368be77ccc5b7ddf949021eccd.tar.gz
hsbot-11c2c16835b3e8368be77ccc5b7ddf949021eccd.tar.bz2
hsbot-11c2c16835b3e8368be77ccc5b7ddf949021eccd.zip
Moved files around as a preliminary for architectural changes.
-rw-r--r--.gitignore2
-rw-r--r--HsbotIrcBot/.gitignore2
-rw-r--r--HsbotIrcBot/Hsbot/.gitignore2
-rw-r--r--HsbotIrcBot/Hsbot/Irc/.gitignore2
-rw-r--r--HsbotIrcBot/Hsbot/Irc/Command.hs (renamed from Hsbot/Irc/Command.hs)0
-rw-r--r--HsbotIrcBot/Hsbot/Irc/Config.hs (renamed from Hsbot/Irc/Config.hs)0
-rw-r--r--HsbotIrcBot/Hsbot/Irc/Core.hs (renamed from Hsbot/Irc/Core.hs)0
-rw-r--r--HsbotIrcBot/Hsbot/Irc/Message.hs (renamed from Hsbot/Irc/Message.hs)0
-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
-rw-r--r--HsbotIrcBot/Hsbot/Irc/Server.hs (renamed from Hsbot/Irc/Server.hs)0
-rw-r--r--HsbotIrcBot/Hsbot/Irc/Types.hs (renamed from Hsbot/Irc/Types.hs)0
-rw-r--r--HsbotIrcBot/Hsbot/Irc/doc/rfc2812.txt (renamed from Hsbot/Irc/doc/rfc2812.txt)0
-rw-r--r--HsbotIrcBot/Setup.hs (renamed from Setup.hs)0
-rw-r--r--HsbotMaster/.gitignore2
-rw-r--r--HsbotMaster/Hsbot/.gitignore2
-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
-rw-r--r--HsbotMaster/Main.hs (renamed from Main.hs)0
-rw-r--r--HsbotMaster/Setup.hs5
-rw-r--r--HsbotMaster/hsbot.cabal (renamed from hsbot.cabal)0
29 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a5aa1b9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.*.swp
+Session.vim
diff --git a/HsbotIrcBot/.gitignore b/HsbotIrcBot/.gitignore
new file mode 100644
index 0000000..a5aa1b9
--- /dev/null
+++ b/HsbotIrcBot/.gitignore
@@ -0,0 +1,2 @@
+.*.swp
+Session.vim
diff --git a/HsbotIrcBot/Hsbot/.gitignore b/HsbotIrcBot/Hsbot/.gitignore
new file mode 100644
index 0000000..a5aa1b9
--- /dev/null
+++ b/HsbotIrcBot/Hsbot/.gitignore
@@ -0,0 +1,2 @@
+.*.swp
+Session.vim
diff --git a/HsbotIrcBot/Hsbot/Irc/.gitignore b/HsbotIrcBot/Hsbot/Irc/.gitignore
new file mode 100644
index 0000000..a5aa1b9
--- /dev/null
+++ b/HsbotIrcBot/Hsbot/Irc/.gitignore
@@ -0,0 +1,2 @@
+.*.swp
+Session.vim
diff --git a/Hsbot/Irc/Command.hs b/HsbotIrcBot/Hsbot/Irc/Command.hs
index 51c2187..51c2187 100644
--- a/Hsbot/Irc/Command.hs
+++ b/HsbotIrcBot/Hsbot/Irc/Command.hs
diff --git a/Hsbot/Irc/Config.hs b/HsbotIrcBot/Hsbot/Irc/Config.hs
index 0d1e5a2..0d1e5a2 100644
--- a/Hsbot/Irc/Config.hs
+++ b/HsbotIrcBot/Hsbot/Irc/Config.hs
diff --git a/Hsbot/Irc/Core.hs b/HsbotIrcBot/Hsbot/Irc/Core.hs
index d65e975..d65e975 100644
--- a/Hsbot/Irc/Core.hs
+++ b/HsbotIrcBot/Hsbot/Irc/Core.hs
diff --git a/Hsbot/Irc/Message.hs b/HsbotIrcBot/Hsbot/Irc/Message.hs
index e92a9d0..e92a9d0 100644
--- a/Hsbot/Irc/Message.hs
+++ b/HsbotIrcBot/Hsbot/Irc/Message.hs
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
diff --git a/Hsbot/Irc/Server.hs b/HsbotIrcBot/Hsbot/Irc/Server.hs
index 3c20e6d..3c20e6d 100644
--- a/Hsbot/Irc/Server.hs
+++ b/HsbotIrcBot/Hsbot/Irc/Server.hs
diff --git a/Hsbot/Irc/Types.hs b/HsbotIrcBot/Hsbot/Irc/Types.hs
index 63411df..63411df 100644
--- a/Hsbot/Irc/Types.hs
+++ b/HsbotIrcBot/Hsbot/Irc/Types.hs
diff --git a/Hsbot/Irc/doc/rfc2812.txt b/HsbotIrcBot/Hsbot/Irc/doc/rfc2812.txt
index bfa2711..bfa2711 100644
--- a/Hsbot/Irc/doc/rfc2812.txt
+++ b/HsbotIrcBot/Hsbot/Irc/doc/rfc2812.txt
diff --git a/Setup.hs b/HsbotIrcBot/Setup.hs
index 14a7f90..14a7f90 100644
--- a/Setup.hs
+++ b/HsbotIrcBot/Setup.hs
diff --git a/HsbotMaster/.gitignore b/HsbotMaster/.gitignore
new file mode 100644
index 0000000..a5aa1b9
--- /dev/null
+++ b/HsbotMaster/.gitignore
@@ -0,0 +1,2 @@
+.*.swp
+Session.vim
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
diff --git a/Main.hs b/HsbotMaster/Main.hs
index 5e528ca..5e528ca 100644
--- a/Main.hs
+++ b/HsbotMaster/Main.hs
diff --git a/HsbotMaster/Setup.hs b/HsbotMaster/Setup.hs
new file mode 100644
index 0000000..14a7f90
--- /dev/null
+++ b/HsbotMaster/Setup.hs
@@ -0,0 +1,5 @@
+#!/usr/bin/env runhaskell
+
+import Distribution.Simple
+
+main = defaultMain
diff --git a/hsbot.cabal b/HsbotMaster/hsbot.cabal
index fcf5533..fcf5533 100644
--- a/hsbot.cabal
+++ b/HsbotMaster/hsbot.cabal