diff options
Diffstat (limited to '')
-rw-r--r-- | HsbotIrcBot/.gitignore | 2 | ||||
-rw-r--r-- | HsbotIrcBot/Hsbot/.gitignore | 2 | ||||
-rw-r--r-- | HsbotIrcBot/Hsbot/Irc/.gitignore | 2 | ||||
-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 |
17 files changed, 6 insertions, 0 deletions
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 |