diff options
Diffstat (limited to 'HsBot/Base')
| -rw-r--r-- | HsBot/Base/State.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HsBot/Base/State.hs b/HsBot/Base/State.hs index 6d4efdc..c4c361a 100644 --- a/HsBot/Base/State.hs +++ b/HsBot/Base/State.hs @@ -7,6 +7,7 @@ import HsBot.IRC.User data State = State { isReady :: Bool, + currentSender :: String, currentChannel :: String, line :: String, users :: [User] |
