summaryrefslogtreecommitdiff
path: root/HsBot/IRC
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-28 11:00:50 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-28 11:00:50 +0000
commit6f5773590d2a1453aba3c47bcca286c4ffeb93bd (patch)
treebe510250bd3afee9167d1ec6dc4f63808b172cae /HsBot/IRC
parent08e80e41af814eb3d6bc21c72e0830f0fc1e8c6c (diff)
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@48 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/IRC')
-rw-r--r--HsBot/IRC/IRConnection.hs (renamed from HsBot/IRC/Connection.hs)2
-rw-r--r--HsBot/IRC/User.hs5
2 files changed, 3 insertions, 4 deletions
diff --git a/HsBot/IRC/Connection.hs b/HsBot/IRC/IRConnection.hs
index c4fa7a9..610d333 100644
--- a/HsBot/IRC/Connection.hs
+++ b/HsBot/IRC/IRConnection.hs
@@ -10,7 +10,7 @@ import Text.Printf
import HsBot.Conf
import HsBot.Env
import HsBot.State
-import HsBot.Tools
+import HsBot.General.Tools
import HsBot.IRC.User
data IrcMessage = IrcMessage {
diff --git a/HsBot/IRC/User.hs b/HsBot/IRC/User.hs
index cd6d55f..422f910 100644
--- a/HsBot/IRC/User.hs
+++ b/HsBot/IRC/User.hs
@@ -1,9 +1,8 @@
-module HsBot.User where
+module HsBot.IRC.User where
import List
-import HsBot.Karma
-import HsBot.Render
+import HsBot.General.Render
data User = User {
userName :: String,