summaryrefslogtreecommitdiff
path: root/HsBot/IRC
diff options
context:
space:
mode:
Diffstat (limited to 'HsBot/IRC')
-rw-r--r--HsBot/IRC/User.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/HsBot/IRC/User.hs b/HsBot/IRC/User.hs
index 375e55e..b45a088 100644
--- a/HsBot/IRC/User.hs
+++ b/HsBot/IRC/User.hs
@@ -1,6 +1,7 @@
module HsBot.IRC.User where
import List
+import Monad
import HsBot.General.Render
@@ -47,6 +48,3 @@ userGet name xs =
Just user -> (user, xs)
Nothing -> let user = userMakeDefault name in (user, user : xs)
-
-
-