summaryrefslogtreecommitdiff
path: root/HsBot/State.hs
diff options
context:
space:
mode:
Diffstat (limited to 'HsBot/State.hs')
-rw-r--r--HsBot/State.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/HsBot/State.hs b/HsBot/State.hs
index 93ca7ef..9d1fa87 100644
--- a/HsBot/State.hs
+++ b/HsBot/State.hs
@@ -3,7 +3,7 @@ module HsBot.State where
import qualified Data.Map as M
import List
-import HsBot.User
+import HsBot.IRC.User
data State = State {
currentChannel :: String,