diff options
Diffstat (limited to 'HsBot/Base/State.hs')
| -rw-r--r-- | HsBot/Base/State.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HsBot/Base/State.hs b/HsBot/Base/State.hs index 2547501..10395bb 100644 --- a/HsBot/Base/State.hs +++ b/HsBot/Base/State.hs @@ -11,8 +11,8 @@ import List import HsBot.IRC.User data State = State { - isReady :: Bool, - currentSender :: String, + isReady :: Bool, + currentSender :: String, currentChannel :: String, line :: String, users :: [User] |
