diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 21:39:32 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 21:39:32 +0000 |
| commit | 2341aa600daac2c8afa366cd612a893580104a93 (patch) | |
| tree | 0b5586310a11af2b07abb439a9b9ad87d69f07ac /HsBot/IRC | |
| parent | eb0ca70a636183fea73d884e20a48ac6120066bc (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@55 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/IRC')
| -rw-r--r-- | HsBot/IRC/User.hs | 4 |
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) - - - |
