diff options
Diffstat (limited to 'HsBot/IRC/User.hs')
| -rw-r--r-- | HsBot/IRC/User.hs | 5 |
1 files changed, 2 insertions, 3 deletions
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, |
